changeset 9256:848aeb69250d

[gaim-migrate @ 10055] picky, picky I'm more worried about user visible strings. committer: Tailor Script <tailor@pidgin.im>
author Tim Ringenbach <marv@pidgin.im>
date Thu, 10 Jun 2004 06:10:58 +0000
parents 36938636ca8a
children 15d516d07d57
files src/cmds.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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.