[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] fix typo in command.c
- To: herbstluftwm _minus_ devel _at_ lists _dot_ sourceforge _dot_ net
- Subject: Re: [PATCH] fix typo in command.c
- From: Florian Bruhin <me _at_ the _minus_ compiler _dot_ org>
- Date: Mon, 5 Nov 2012 08:32:05 +0100
* Florian Bruhin <me _at_ the _minus_ compiler _dot_ org> [2012-11-05 08:30:50 +0100]:
> Forgot about that on my last patch about g_parameter_expected.
>
> "find out, if a parameter still expects a parameter at a certain
> index." -> "find out, if a *command* still expects a parameter at a
> certain index.
Err, I might want to actually attach the patch. Sorry for the noise ;)
--
() ascii ribbon campaign - stop html mail www.asciiribbon.org
/\ www.the-compiler.org | I love long mails http://email.is-not-s.ms/
<wizzomafizzo> OH YOU HaVEN'T LIVED UNTIL YOU SEE THE ORGASM INDUCTING TAB
COMPLETION
>From 5bd704301fde4ccff064922ac8706820d5a956d8 Mon Sep 17 00:00:00 2001
From: Florian Bruhin <git _at_ the _minus_ compiler _dot_ org>
Date: Mon, 5 Nov 2012 08:28:04 +0100
Subject: [PATCH] Fix typo in command.c
s/parameter/command/
---
src/command.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/command.c b/src/command.c
index 4b7df53..e7c9b76 100644
--- a/src/command.c
+++ b/src/command.c
@@ -39,7 +39,7 @@ static bool first_parameter_is_tag(int argc, char** argv, int pos);
static bool first_parameter_is_flag(int argc, char** argv, int pos);
static bool keybind_parameter_expected(int argc, char** argv, int pos);
-/* find out, if a parameter still expects a parameter at a certain index.
+/* find out, if a command still expects a parameter at a certain index.
* only if this returns true, than a completion will be searched.
*
* if no match is found, then it defaults to "command still expects a
--
1.8.0