diff options
Diffstat (limited to 'gtk/gtkwindow.c')
-rw-r--r-- | gtk/gtkwindow.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index 1b0ad7b960..78f48f15af 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -1887,7 +1887,7 @@ gtk_window_set_title (GtkWindow *window, * Retrieves the title of the window. See gtk_window_set_title(). * * Return value: the title of the window, or %NULL if none has - * been set explicitely. The returned string is owned by the widget + * been set explicitly. The returned string is owned by the widget * and must not be modified or freed. **/ const gchar * |