diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-19 23:30:16 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-19 23:30:16 -0800 |
commit | 40ba43b4b71df1d51954bdad071e74243c4aea7c (patch) | |
tree | e4cb03937e72463278264e9684481d68ece4698c /src/gtkutil.c | |
parent | 24901d610c9ff524e7e7c132dca1cd4312368db0 (diff) | |
download | emacs-40ba43b4b71df1d51954bdad071e74243c4aea7c.tar.gz emacs-40ba43b4b71df1d51954bdad071e74243c4aea7c.tar.bz2 emacs-40ba43b4b71df1d51954bdad071e74243c4aea7c.zip |
Spelling fixes.
Diffstat (limited to 'src/gtkutil.c')
-rw-r--r-- | src/gtkutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c index 3df46afcd3a..7e6f5c3164d 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c @@ -2363,7 +2363,7 @@ xg_create_one_menuitem (widget_value *item, HIGHLIGHT_CB is the callback to call when entering/leaving menu items. POP_UP_P is non-zero if we shall create a popup menu. MENU_BAR_P is non-zero if we shall create a menu bar. - ADD_TEAROFF_P is non-zero if we shall add a teroff menu item. Ignored + ADD_TEAROFF_P is non-zero if we shall add a tearoff menu item. Ignored if MENU_BAR_P is non-zero. TOPMENU is the topmost GtkWidget that others shall be placed under. It may be NULL, in that case we create the appropriate widget |