# HG changeset patch # User Mark Doliner # Date 1212472277 0 # Node ID 14b9a5231f6385bd51d2bfc72a8f09ea76b5d74b # Parent b87ce62751a27913d77e5b0219fe23071e747fb4 A few character comment change. diff -r b87ce62751a2 -r 14b9a5231f63 libpurple/cmds.h --- a/libpurple/cmds.h Tue Jun 03 05:18:52 2008 +0000 +++ b/libpurple/cmds.h Tue Jun 03 05:51:17 2008 +0000 @@ -171,7 +171,7 @@ * include both the default formatting and any extra manual formatting. * @param errormsg If the command failed errormsg is filled in with the appropriate error * message. It must be freed by the caller with g_free(). - * @return A #PurpleCmdStatus indicated if the command succeeded or failed. + * @return A #PurpleCmdStatus indicating if the command succeeded or failed. */ PurpleCmdStatus purple_cmd_do_command(PurpleConversation *conv, const gchar *cmdline, const gchar *markup, gchar **errormsg);