summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2011-09-17 14:19:04 +0200
committerJuanma Barranquero <lekktu@gmail.com>2011-09-17 14:19:04 +0200
commit8d5ed89901195abc4a5d660371ea26e849292ea6 (patch)
treeebcb44d54e2a38241924e322b63b9da932c27892 /src
parent744ba0e3eedce992b2d7b8683dfca041939556c4 (diff)
downloademacs-8d5ed89901195abc4a5d660371ea26e849292ea6.tar.gz
Fix typos.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
-rw-r--r--src/xmenu.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index c6238701301..d09c970bc03 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1303,7 +1303,7 @@
underline, overline, and strike-through.
(ns_dumpglyphs_image, ns_dumpglyphs_stretch): Add call to
ns_draw_text_decoration. Change treatment of cursor drawing to
- accomomdate underlining, etc.
+ accommodate underlining, etc.
2011-07-28 Eli Zaretskii <eliz@gnu.org>
diff --git a/src/xmenu.c b/src/xmenu.c
index cf58e85af10..7fcd2ad3724 100644
--- a/src/xmenu.c
+++ b/src/xmenu.c
@@ -742,7 +742,7 @@ menu_highlight_callback (GtkWidget *widget, gpointer call_data)
/* If popup_activated_flag is greater than 1 we are in a popup menu.
Don't pass the frame to show_help_event for those.
Passing frame creates an Emacs event. As we are looping in
- popup_widget_loop, it won't be handeled. Passing NULL shows the tip
+ popup_widget_loop, it won't be handled. Passing NULL shows the tip
directly without using an Emacs event. This is what the Lucid code
does below. */
show_help_event (popup_activated_flag <= 1 ? cb_data->cl_data->f : NULL,