diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2003-04-07 00:16:43 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-04-07 00:16:43 +0000 |
commit | c4dd1bd3f9455d6092ca2f5deeacca35114c2a30 (patch) | |
tree | e27afaf06a48c5d36a278b0f264d846b9a533129 /gtk/gtkfixed.c | |
parent | 065df1c00850d7cf498185a6f63a7e225f31f0f4 (diff) | |
download | gtk+-c4dd1bd3f9455d6092ca2f5deeacca35114c2a30.tar.gz |
Fix numerous misspellings of possessive "its". (#110027, Doug Quale)
Diffstat (limited to 'gtk/gtkfixed.c')
-rw-r--r-- | gtk/gtkfixed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkfixed.c b/gtk/gtkfixed.c index 10a03fb4be..04cbac85ce 100644 --- a/gtk/gtkfixed.c +++ b/gtk/gtkfixed.c @@ -515,7 +515,7 @@ gtk_fixed_set_has_window (GtkFixed *fixed, * gtk_fixed_get_has_window: * @fixed: a #GtkWidget * - * Gets whether the #GtkFixed has it's own #GdkWindow. + * Gets whether the #GtkFixed has its own #GdkWindow. * See gdk_fixed_set_has_window(). * * Return value: %TRUE if @fixed has its own window. |