summaryrefslogtreecommitdiff
path: root/libpurple
diff options
context:
space:
mode:
authorPaul Aurich <darkrain42@pidgin.im>2009-03-12 06:01:56 +0000
committerPaul Aurich <darkrain42@pidgin.im>2009-03-12 06:01:56 +0000
commit0112687f7b0fd7d36d57c748b1557cd04001a792 (patch)
tree24a6e9928d9f98742d492173e9ec357dd9ef6638 /libpurple
parentfe0788b53233a2c98e65e9b271f96a7b9379e989 (diff)
downloadpidgin-0112687f7b0fd7d36d57c748b1557cd04001a792.tar.gz
Repluralize these
Diffstat (limited to 'libpurple')
-rw-r--r--libpurple/smiley.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libpurple/smiley.h b/libpurple/smiley.h
index c7b0a3b31c..cb951b6cbf 100644
--- a/libpurple/smiley.h
+++ b/libpurple/smiley.h
@@ -67,7 +67,7 @@ extern "C" {
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 @@ PurpleSmiley *
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 @@ PurpleSmiley *
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.
*/