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/gtktestutils.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/gtktestutils.c')
-rw-r--r-- | gtk/gtktestutils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktestutils.c b/gtk/gtktestutils.c index b6826d8c01..392d96bab5 100644 --- a/gtk/gtktestutils.c +++ b/gtk/gtktestutils.c @@ -332,7 +332,7 @@ widget_geo_cmp (gconstpointer a, * @base_widget will be returned. * The general purpose of this function is to find the most likely "action" * widget, relative to another labeling widget. Such as finding a - * button or text entry widget, given it's corresponding label widget. + * button or text entry widget, given its corresponding label widget. * * Returns: (transfer none): a widget of type @widget_type if any is found. * |