cpw.darkrain42.docs: 5a6a0a50: Repluralize these

paul at darkrain42.org paul at darkrain42.org
Sun Mar 22 23:10:52 EDT 2009


-----------------------------------------------------------------
Revision: 5a6a0a50a16d0e13da565ba4c60891abc8c1e6d9
Ancestor: 3e88c816c99890a92e616803a7295e85e17fe8b3
Author: paul at darkrain42.org
Date: 2009-03-12T06:01:56
Branch: im.pidgin.cpw.darkrain42.docs
URL: http://d.pidgin.im/viewmtn/revision/info/5a6a0a50a16d0e13da565ba4c60891abc8c1e6d9

Modified files:
        libpurple/smiley.h

ChangeLog: 

Repluralize these

-------------- next part --------------
============================================================
--- libpurple/smiley.h	415a13181161b926cadaf806a9b125e35c3c3b7a
+++ libpurple/smiley.h	4ca5822488735e766bab8b6167132f4f749e482f
@@ -67,7 +67,7 @@ GType purple_smiley_get_type(void);
 GType purple_smiley_get_type(void);
 
 /**
- * Create a new custom smiley from a PurpleStoredImage.
+ * Creates a new custom smiley from a PurpleStoredImage.
  *
  * If a custom smiley with the given shortcut already exists, it
  * will be automaticaly returned.
@@ -81,7 +81,7 @@ purple_smiley_new(PurpleStoredImage *img
 purple_smiley_new(PurpleStoredImage *img, const char *shortcut);
 
 /**
- * Create a new custom smiley, reading the image data from a file.
+ * Creates a new custom smiley, reading the image data from a file.
  *
  * If a custom smiley with the given shortcut already exists, it
  * will be automaticaly returned.
@@ -95,7 +95,7 @@ purple_smiley_new_from_file(const char *
 purple_smiley_new_from_file(const char *shortcut, const char *filepath);
 
 /**
- * Destroy the custom smiley and release the associated resources.
+ * Destroys the custom smiley and release the associated resources.
  *
  * @param smiley    The custom smiley.
  */


More information about the Commits mailing list