summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2019-01-10 06:23:09 +0000
committerTimm Bäder <mail@baedert.org>2019-01-10 06:23:09 +0000
commitae03caacc422d8f819aeb91db83d215fd569bd07 (patch)
tree4c1cb9f3084bf156d1fe23e56a0e67afa2127726
parentba1644cba10bd5fed1c7cfbf613f77d5cf4abe60 (diff)
parentec22646210eda62dfb353986668ed0c842ced25f (diff)
downloadgtk+-ae03caacc422d8f819aeb91db83d215fd569bd07.tar.gz
Merge branch 'patch-1' into 'master'
Fix a typo in “popup-context-menu” documentation. See merge request GNOME/gtk!500
-rw-r--r--gtk/gtktoolbar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktoolbar.c b/gtk/gtktoolbar.c
index dbf53dd9cd..f58844a960 100644
--- a/gtk/gtktoolbar.c
+++ b/gtk/gtktoolbar.c
@@ -438,7 +438,7 @@ gtk_toolbar_class_init (GtkToolbarClass *klass)
* to display a context menu on the toolbar. The context-menu should
* appear at the coordinates given by @x and @y. The mouse button
* number is given by the @button parameter. If the menu was popped
- * up using the keybaord, @button is -1.
+ * up using the keyboard, @button is -1.
*
* Returns: return %TRUE if the signal was handled, %FALSE if not
*/