# HG changeset patch # User Paul Aurich # Date 1236837716 0 # Node ID 1af02540d7b30fb1da75798065a5fd6b012c09c5 # Parent f857ec889c7bf2bd3b3fc534c87293953b34e852 Repluralize these diff -r f857ec889c7b -r 1af02540d7b3 libpurple/smiley.h --- 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. */