# HG changeset patch # User Richard Laager # Date 1129486726 0 # Node ID 922d0483ca883304affbc4ea71dfb4310898209c # Parent 04e0189bb519cb3678279a3b313d5a280cff0ca5 [gaim-migrate @ 13959] SF Patch #1326983, from corfe83 'the word "separated" is misspelled as "seperated" when typing gaim --help at the command line.' I'm only committing the change to the code, not to all the .po files. committer: Tailor Script diff -r 04e0189bb519 -r 922d0483ca88 src/gtkmain.c --- a/src/gtkmain.c Sun Oct 16 18:15:47 2005 +0000 +++ b/src/gtkmain.c Sun Oct 16 18:18:46 2005 +0000 @@ -333,7 +333,7 @@ " -h, --help display this help and exit\n" " -n, --nologin don't automatically login\n" " -l, --login[=NAME] automatically login (optional argument NAME specifies\n" - " account(s) to use, seperated by commas)\n" + " account(s) to use, separated by commas)\n" " -v, --version display the current version and exit\n"), VERSION, name); }