aboutsummaryrefslogtreecommitdiff
path: root/libdbusmenu-gtk/parser.c
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-10-07 10:35:50 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-10-07 10:35:50 -0500
commitc4d75c050859d961d6212793e94ea3151c30afd2 (patch)
tree2f88b840c344a0f300a43eba507ae891bad30705 /libdbusmenu-gtk/parser.c
parent59975c98291d252bdb1b7c955376d6498dfafea6 (diff)
downloadlibdbusmenu-c4d75c050859d961d6212793e94ea3151c30afd2.tar.gz
libdbusmenu-c4d75c050859d961d6212793e94ea3151c30afd2.tar.bz2
libdbusmenu-c4d75c050859d961d6212793e94ea3151c30afd2.zip
fix grammar: use of its and it's
Diffstat (limited to 'libdbusmenu-gtk/parser.c')
-rw-r--r--libdbusmenu-gtk/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-gtk/parser.c b/libdbusmenu-gtk/parser.c
index 39cc9f8..778491d 100644
--- a/libdbusmenu-gtk/parser.c
+++ b/libdbusmenu-gtk/parser.c
@@ -340,7 +340,7 @@ parser_data_free (ParserData * pdata)
return;
}
-/* Gets the positon of the child with its' parent if it has one.
+/* Gets the positon of the child with its parent if it has one.
Returns -1 if the position is unable to be calculated. */
static gint
get_child_position (GtkWidget * child)