summaryrefslogtreecommitdiff
path: root/libpurple/smiley.h
diff options
context:
space:
mode:
authorElliott Sales de Andrade <qulogic@pidgin.im>2009-08-22 23:58:18 +0000
committerElliott Sales de Andrade <qulogic@pidgin.im>2009-08-22 23:58:18 +0000
commit33652a078ba7a1c9125b9f0caf7b1a6e86fe4dc9 (patch)
treee9be553a951d76a12533627d342e6f00b9e02867 /libpurple/smiley.h
parent3ea955c1e9f75c1b843a5f8bba0661975a5b82f0 (diff)
downloadpidgin-33652a078ba7a1c9125b9f0caf7b1a6e86fe4dc9.tar.gz
Minor comment cleanup stuff.
Diffstat (limited to 'libpurple/smiley.h')
-rw-r--r--libpurple/smiley.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpurple/smiley.h b/libpurple/smiley.h
index 8d96fddd0e..fcbcbf1cfc 100644
--- a/libpurple/smiley.h
+++ b/libpurple/smiley.h
@@ -95,7 +95,7 @@ PurpleSmiley *
purple_smiley_new_from_file(const char *shortcut, const char *filepath);
/**
- * Destroys the custom smiley and release the associated resources.
+ * Destroys the custom smiley and releases the associated resources.
*
* @param smiley The custom smiley.
*/
@@ -183,7 +183,7 @@ const char *purple_smiley_get_extension(const PurpleSmiley *smiley);
* If the custom smiley has data and the file exists in the cache, this
* will return a full path to the cached file.
*
- * In general, it is not appropriate to be poking in the file cached
+ * In general, it is not appropriate to be poking in the file cache
* directly. If you find yourself wanting to use this function, think
* very long and hard about it, and then don't.
*