diff options
author | Volker Sobek <reklov@live.com> | 2014-01-17 16:25:30 +0100 |
---|---|---|
committer | Volker Sobek <reklov@live.com> | 2014-01-18 03:47:46 +0100 |
commit | a4d69e7f14ef56d8ad6af79c8e6bc2f7eb984f33 (patch) | |
tree | 1265a0a4505020e4e1cfb26ec0d447f01c68fd85 /gtk/gtkwindow.c | |
parent | ea0ede201e1bea1ab16be414e48bb1b902c4d56a (diff) | |
download | gtk+-a4d69e7f14ef56d8ad6af79c8e6bc2f7eb984f33.tar.gz |
docs/comments: Fix spelling of 'explicitly'
This replaces all occurrences of 'explicitely' with 'explicitly'. Only
code comments and gtk-doc statements are affected.
https://bugzilla.gnome.org/show_bug.cgi?id=722429
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 * |