summaryrefslogtreecommitdiff
path: root/gtk/gtkmenushell.c
diff options
context:
space:
mode:
authorVolker Sobek <reklov@live.com>2014-01-17 16:25:30 +0100
committerVolker Sobek <reklov@live.com>2014-01-18 03:47:46 +0100
commita4d69e7f14ef56d8ad6af79c8e6bc2f7eb984f33 (patch)
tree1265a0a4505020e4e1cfb26ec0d447f01c68fd85 /gtk/gtkmenushell.c
parentea0ede201e1bea1ab16be414e48bb1b902c4d56a (diff)
downloadgtk+-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/gtkmenushell.c')
-rw-r--r--gtk/gtkmenushell.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkmenushell.c b/gtk/gtkmenushell.c
index 18386950c2..ae9fd56609 100644
--- a/gtk/gtkmenushell.c
+++ b/gtk/gtkmenushell.c
@@ -820,7 +820,7 @@ gtk_menu_shell_button_release (GtkWidget *widget,
}
/* Only close the submenu on click if we opened the
- * menu explicitely (usec_since_popup == 0) or
+ * menu explicitly (usec_since_popup == 0) or
* enough time has passed since it was opened by
* GtkMenuItem's timeout (usec_since_popup > delay).
*/
@@ -1911,7 +1911,7 @@ gtk_menu_shell_get_take_focus (GtkMenuShell *menu_shell)
* don't have to worry about recursively setting it for your entire
* menu hierarchy. Only when programmatically picking a submenu and
* popping it up manually, the @take_focus property of the submenu
- * needs to be set explicitely.
+ * needs to be set explicitly.
*
* Note that setting it to %FALSE has side-effects:
*