pidgin/pidgin

fix a few things found in review.

2020-05-01, Gary Kramlich
7281920d8a66
fix a few things found in review.
--- a/libpurple/purplekeyvaluepair.h Fri May 01 00:10:57 2020 -0500
+++ b/libpurple/purplekeyvaluepair.h Fri May 01 03:09:57 2020 -0500
@@ -29,6 +29,9 @@
* @title: Key Value Pairs
*/
+#include <glib.h>
+#include <glib-object.h>
+
#define PURPLE_TYPE_KEY_VALUE_PAIR (purple_key_value_pair_get_type())
/**
@@ -45,9 +48,6 @@
*/
typedef struct _PurpleKeyValuePair PurpleKeyValuePair;
-#include <glib.h>
-#include <glib-object.h>
-
G_BEGIN_DECLS
struct _PurpleKeyValuePair {
@@ -110,8 +110,8 @@
*
* Creates a copy of @kvp.
*
- * If @kvp has a %value_destroy_func, %NULL will be returned as we this
- * function has no way to know how to allocate a new copy of the value.
+ * 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.
*/