# HG changeset patch # User Tim Ringenbach # Date 1086847858 0 # Node ID 848aeb69250d9c0d18bd14dd08da6a4a113e9841 # Parent 36938636ca8a6abf7e701e38628dbf826fbb5904 [gaim-migrate @ 10055] picky, picky I'm more worried about user visible strings. committer: Tailor Script diff -r 36938636ca8a -r 848aeb69250d src/cmds.h --- a/src/cmds.h Thu Jun 10 06:00:19 2004 +0000 +++ b/src/cmds.h Thu Jun 10 06:10:58 2004 +0000 @@ -112,9 +112,9 @@ * @param prpl_id This is the prpl's id string. This is only meaningful is the proper flag is set. * @param func This is the function to call when someone enters this command. * @param helpstr This is a whitespace sensitive, UTF-8, HTML string describing how to use the command. - * The prefered format of this string shall be the commands name, followed by a space + * The preferred format of this string shall be the commands name, followed by a space * and any arguments it accpets (if it takes any arguments, otherwise no space), follow - * by a colon, two spaces, and a description of the command in sentense form. No slash + * by a colon, two spaces, and a description of the command in sentence form. No slash * before the command name. * @return A pointer to a GaimCmdId. This is only used for calling gaim_cmd_unregister, which frees it. * Returns @c NULL on failure.