diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-10-07 10:35:50 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-10-07 10:35:50 -0500 |
commit | c4d75c050859d961d6212793e94ea3151c30afd2 (patch) | |
tree | 2f88b840c344a0f300a43eba507ae891bad30705 /tools | |
parent | 59975c98291d252bdb1b7c955376d6498dfafea6 (diff) | |
download | libdbusmenu-c4d75c050859d961d6212793e94ea3151c30afd2.tar.gz libdbusmenu-c4d75c050859d961d6212793e94ea3151c30afd2.tar.bz2 libdbusmenu-c4d75c050859d961d6212793e94ea3151c30afd2.zip |
fix grammar: use of its and it's
Diffstat (limited to 'tools')
-rw-r--r-- | tools/dbusmenu-dumper.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dbusmenu-dumper.c b/tools/dbusmenu-dumper.c index 6dcdb2f..253f1d5 100644 --- a/tools/dbusmenu-dumper.c +++ b/tools/dbusmenu-dumper.c @@ -112,7 +112,7 @@ decrement_count (void) } /* Checks whether we need to watch a menu item, and recurses down to - it's children as well */ + its children as well */ static void check_realizations (DbusmenuMenuitem * item) { |