aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2013-04-01 00:58:04 -0700
committerPaul Eggert2013-04-01 00:58:04 -0700
commitb9edfa5c63fda7166d7523038c74742822279939 (patch)
treeb01a3894ed40ab0b6a9c8879a8b54fa817b50cb6 /src
parent1e1d41ff15bc24dbe4660783ef88a1f0c05b8913 (diff)
downloademacs-b9edfa5c63fda7166d7523038c74742822279939.tar.gz
emacs-b9edfa5c63fda7166d7523038c74742822279939.zip
Spelling fixes.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog.102
-rw-r--r--src/nsmenu.m2
-rw-r--r--src/w32term.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/ChangeLog.10 b/src/ChangeLog.10
index 508a2a9dd4c..57c1cbf1299 100644
--- a/src/ChangeLog.10
+++ b/src/ChangeLog.10
@@ -1865,7 +1865,7 @@
1865 1865
18662006-10-07 Ralf Angeli <angeli@caeruleus.net> 18662006-10-07 Ralf Angeli <angeli@caeruleus.net>
1867 1867
1868 * w32fns.c (w32_createwindow): Honour left and top positions if 1868 * w32fns.c (w32_createwindow): Honor left and top positions if
1869 supplied explicitly. 1869 supplied explicitly.
1870 1870
18712006-10-06 Kim F. Storm <storm@cua.dk> 18712006-10-06 Kim F. Storm <storm@cua.dk>
diff --git a/src/nsmenu.m b/src/nsmenu.m
index 4e26a994b59..15878dc74d7 100644
--- a/src/nsmenu.m
+++ b/src/nsmenu.m
@@ -508,7 +508,7 @@ void
508x_activate_menubar (struct frame *f) 508x_activate_menubar (struct frame *f)
509{ 509{
510 NSArray *a = [[NSApp mainMenu] itemArray]; 510 NSArray *a = [[NSApp mainMenu] itemArray];
511 /* Update each submenu separatly so ns_update_menubar don't reset 511 /* Update each submenu separately so ns_update_menubar doesn't reset
512 the delegate. */ 512 the delegate. */
513 int i = 0; 513 int i = 0;
514 while (i < [a count]) 514 while (i < [a count])
diff --git a/src/w32term.c b/src/w32term.c
index 5f7952c2ec2..d249d6e3252 100644
--- a/src/w32term.c
+++ b/src/w32term.c
@@ -5694,7 +5694,7 @@ w32fullscreen_hook (FRAME_PTR f)
5694 /* Need to send SC_RESTORE to the window, in case we are 5694 /* Need to send SC_RESTORE to the window, in case we are
5695 resizing from FULLSCREEN_MAXIMIZED. Otherwise, the mouse 5695 resizing from FULLSCREEN_MAXIMIZED. Otherwise, the mouse
5696 resize hints will not be shown by the window manager when the 5696 resize hints will not be shown by the window manager when the
5697 mouse pointer hovers over the window edges, becaise the WM 5697 mouse pointer hovers over the window edges, because the WM
5698 will still think the window is maximized. */ 5698 will still think the window is maximized. */
5699 if (f->want_fullscreen != FULLSCREEN_BOTH) 5699 if (f->want_fullscreen != FULLSCREEN_BOTH)
5700 SendMessage (FRAME_W32_WINDOW (f), WM_SYSCOMMAND, SC_RESTORE, 0); 5700 SendMessage (FRAME_W32_WINDOW (f), WM_SYSCOMMAND, SC_RESTORE, 0);