diff libpurple/smiley.h @ 26673:1af02540d7b3

Repluralize these
author Paul Aurich <paul@darkrain42.org>
date Thu, 12 Mar 2009 06:01:56 +0000
parents f22ecddd3eba
children 78ef23551355
line wrap: on
line diff
--- a/libpurple/smiley.h	Thu Mar 12 05:56:04 2009 +0000
+++ b/libpurple/smiley.h	Thu Mar 12 06:01:56 2009 +0000
@@ -67,7 +67,7 @@
 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, 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 *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.
  */