diff libpurple/cmds.h @ 23279:14b9a5231f63

A few character comment change.
author Mark Doliner <mark@kingant.net>
date Tue, 03 Jun 2008 05:51:17 +0000
parents 7d0ef1e3ac4f
children 23498a6244f3
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);