comparison src/gaim-remote.c @ 9084:d9640b38a65b

[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 <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 27 May 2004 04:09:14 +0000
parents 8b935eddeb10
children 3bc41e843afb
comparison
equal deleted inserted replaced
9083:2185ced3b087 9084:d9640b38a65b
67 " COMMANDS:\n" 67 " COMMANDS:\n"
68 " uri Handle AIM: URI\n" 68 " uri Handle AIM: URI\n"
69 " quit Close running copy of Gaim\n\n" 69 " quit Close running copy of Gaim\n\n"
70 70
71 " OPTIONS:\n" 71 " OPTIONS:\n"
72 " -h, --help [commmand] Show help for command\n"), name); 72 " -h, --help [command] Show help for command\n"), name);
73 73
74 message(text,1); 74 message(text,1);
75 g_free(text); 75 g_free(text);
76 76
77 return; 77 return;