aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-glib/client.c
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-10-24 15:50:08 +0200
committerCharles Kerr <charles.kerr@canonical.com>2012-10-24 15:50:08 +0200
commit0a9995765d2e5c807aea7c316cca471cda64a2a6 (patch)
treebb53bd657ec809ca5d7de35b58e6632ebbee4390 /libdbusmenu-glib/client.c
parent878ae818c41c86a96f8f3a309a591cc9f2927ea8 (diff)
parentc4d75c050859d961d6212793e94ea3151c30afd2 (diff)
downloadlibdbusmenu-0a9995765d2e5c807aea7c316cca471cda64a2a6.tar.gz
libdbusmenu-0a9995765d2e5c807aea7c316cca471cda64a2a6.tar.bz2
libdbusmenu-0a9995765d2e5c807aea7c316cca471cda64a2a6.zip
comment copyediting
Diffstat (limited to 'libdbusmenu-glib/client.c')
-rw-r--r--libdbusmenu-glib/client.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libdbusmenu-glib/client.c b/libdbusmenu-glib/client.c
index b6e7204..237697c 100644
--- a/libdbusmenu-glib/client.c
+++ b/libdbusmenu-glib/client.c
@@ -2511,7 +2511,7 @@ type_handler_destroy (gpointer user_data)
* items when they come in.
*
* This function connects into the type handling of the #DbusmenuClient.
- * Every new menuitem that comes in immediately gets asked for it's
+ * Every new menuitem that comes in immediately gets asked for its
* properties. When we get those properties we check the 'type'
* property and look to see if it matches a handler that is known
* by the client. If so, the @newfunc function is executed on that
@@ -2542,7 +2542,7 @@ dbusmenu_client_add_type_handler (DbusmenuClient * client, const gchar * type, D
* the resources in @user_data.
*
* This function connects into the type handling of the #DbusmenuClient.
- * Every new menuitem that comes in immediately gets asked for it's
+ * Every new menuitem that comes in immediately gets asked for its
* properties. When we get those properties we check the 'type'
* property and look to see if it matches a handler that is known
* by the client. If so, the @newfunc function is executed on that