libpurple/notify.h

branch
soc.2013.gobjectification.plugins
changeset 36433
ff659a466f19
parent 34795
979a2d8fb770
child 36782
64936dae41a3
--- a/libpurple/notify.h	Sat Aug 03 19:40:12 2013 +0530
+++ b/libpurple/notify.h	Sat Aug 03 20:35:56 2013 +0530
@@ -54,8 +54,8 @@
 typedef enum
 {
 	PURPLE_NOTIFY_MESSAGE = 0,   /**< Message notification.         */
-	PURPLE_NOTIFY_EMAIL,         /**< Single email notification.   */
-	PURPLE_NOTIFY_EMAILS,        /**< Multiple email notification. */
+	PURPLE_NOTIFY_EMAIL,         /**< Single email notification.    */
+	PURPLE_NOTIFY_EMAILS,        /**< Multiple email notification.  */
 	PURPLE_NOTIFY_FORMATTED,     /**< Formatted text.               */
 	PURPLE_NOTIFY_SEARCHRESULTS, /**< Buddy search results.         */
 	PURPLE_NOTIFY_USERINFO,      /**< Formatted userinfo text.      */
@@ -716,7 +716,7 @@
 /*@}*/
 
 /**************************************************************************/
-/** @name Notify Subsystem                                         */
+/** @name Notify Subsystem                                                */
 /**************************************************************************/
 /*@{*/
 

mercurial