Mercurial > pidgin
changeset 23277:14b9a5231f63
A few character comment change.
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Tue, 03 Jun 2008 05:51:17 +0000 |
parents | b87ce62751a2 |
children | d14289aed8ee |
files | libpurple/cmds.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);