# HG changeset patch # User Luke Schierer # Date 1085630954 0 # Node ID d9640b38a65b412452cdc1940bfeda7372a4edd9 # Parent 2185ced3b087884383a5bb5612023b1dfddd50c4 [gaim-migrate @ 9860] (00:08:30) Sanguine: LSchiere, there seems to be a spelling error on line 72 of gaim-remote.c (command, not commmand) (00:08:38) LSchiere: i hate spelling committer: Tailor Script diff -r 2185ced3b087 -r d9640b38a65b src/gaim-remote.c --- a/src/gaim-remote.c Thu May 27 04:07:55 2004 +0000 +++ b/src/gaim-remote.c Thu May 27 04:09:14 2004 +0000 @@ -69,7 +69,7 @@ " quit Close running copy of Gaim\n\n" " OPTIONS:\n" - " -h, --help [commmand] Show help for command\n"), name); + " -h, --help [command] Show help for command\n"), name); message(text,1); g_free(text);