diff options
author | Murray Cumming <murrayc@murrayc.com> | 2011-02-23 10:26:21 +0100 |
---|---|---|
committer | Murray Cumming <murrayc@murrayc.com> | 2011-02-23 10:26:21 +0100 |
commit | f91c04e2846de010871ee21389eb926dd18e065e (patch) | |
tree | 4ee353c7d2636a65644e751bab95432720e57d2f /gtk/gtkmenu.c | |
parent | 31419f2026988ccb0170700b8a54bc78cc3250f7 (diff) | |
download | gtk+-f91c04e2846de010871ee21389eb926dd18e065e.tar.gz |
Minor documentation improvements
Mostly correcting it's to its and changing some , to .
Diffstat (limited to 'gtk/gtkmenu.c')
-rw-r--r-- | gtk/gtkmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkmenu.c b/gtk/gtkmenu.c index dee69b88ef..94ba3cd108 100644 --- a/gtk/gtkmenu.c +++ b/gtk/gtkmenu.c @@ -5127,7 +5127,7 @@ compute_child_offset (GtkMenu *menu, if (!priv->heights || priv->heights_length < gtk_menu_get_n_rows (menu)) return FALSE; - /* when we have a row with only invisible children, it's height will + /* when we have a row with only invisible children, its height will * be zero, so there's no need to check WIDGET_VISIBLE here */ for (i = 0; i < item_top_attach; i++) |