diff src/w32term.c @ 96376:c3309dba6542

American English spelling fix.
author Glenn Morris <rgm@gnu.org>
date Fri, 27 Jun 2008 07:34:53 +0000
parents 5c8f2b7d28ae
children 4b6d1b55f59c
line wrap: on
line diff
--- a/src/w32term.c	Fri Jun 27 07:30:14 2008 +0000
+++ b/src/w32term.c	Fri Jun 27 07:34:53 2008 +0000
@@ -5401,7 +5401,7 @@
      resize will happen asynchronously. But on Windows, the menu bar
      automatically wraps when the frame is too narrow to contain it,
      and that causes any calculations made here to come out wrong. The
-     end is some nasty buggy behaviour, including the potential loss
+     end is some nasty buggy behavior, including the potential loss
      of the minibuffer.
 
      Disabling this code is either not sufficient to fix the problems
@@ -5524,9 +5524,9 @@
   BLOCK_INPUT;
 
   /* Strictly speaking, raise-frame should only change the frame's Z
-     order, leaving input focus unchanged.  This is reasonable behaviour
+     order, leaving input focus unchanged.  This is reasonable behavior
      on X where the usual policy is point-to-focus.  However, this
-     behaviour would be very odd on Windows where the usual policy is
+     behavior would be very odd on Windows where the usual policy is
      click-to-focus.
 
      On X, if the mouse happens to be over the raised frame, it gets