summaryrefslogtreecommitdiff
path: root/libpurple/purplekeyvaluepair.h
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2020-10-30 16:34:33 -0500
committerGary Kramlich <grim@reaperworld.com>2020-10-30 16:34:33 -0500
commit0a9ac700de8d597ce7964bebd7073b72a440740b (patch)
tree9cd38492e704b83f73a61cb48d0347a9365913d7 /libpurple/purplekeyvaluepair.h
parent7fddbcf3368708d922765060666bfd3ea2c03af9 (diff)
downloadpidgin-0a9ac700de8d597ce7964bebd7073b72a440740b.tar.gz
Some random documentation fixes
Testing Done: Built the docs Reviewed at https://reviews.imfreedom.org/r/186/
Diffstat (limited to 'libpurple/purplekeyvaluepair.h')
-rw-r--r--libpurple/purplekeyvaluepair.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/purplekeyvaluepair.h b/libpurple/purplekeyvaluepair.h
index 4eda6dacc9..630960fe71 100644
--- a/libpurple/purplekeyvaluepair.h
+++ b/libpurple/purplekeyvaluepair.h
@@ -114,7 +114,7 @@ void purple_key_value_pair_free(PurpleKeyValuePair *kvp);
*
* Creates a copy of @kvp.
*
- * If @kvp has a %value_destroy_func, %NULL will be returned as this function
+ * If @kvp has a value_destroy_func, %NULL will be returned as this function
* has no way to know how to allocate a new copy of the value.
*
* Returns: (transfer full): A new copy of @kvp.