[PATCH:iceauth 11/17] Fix "noexistent" typo in error message
Alan Coopersmith
alan.coopersmith at oracle.com
Fri Nov 15 18:38:40 PST 2013
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
---
process.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/process.c b/process.c
index 97bcfa9..09cb7ef 100644
--- a/process.c
+++ b/process.c
@@ -1060,7 +1060,7 @@ static int do_help (
if (n == 0) {
prefix (inputfilename, lineno);
/* already know that cmd is set in this case */
- fprintf (stderr, "no help for noexistent command \"%s\"\n", cmd);
+ fprintf (stderr, "no help for nonexistent command \"%s\"\n", cmd);
}
return 0;
--
1.7.9.2
More information about the xorg-devel
mailing list