changeset 95236:6e2a8cad250c

Spelling fix.
author Glenn Morris <rgm@gnu.org>
date Fri, 23 May 2008 04:39:57 +0000
parents 406364ce5912
children 5cc8ce4fcafc
files src/ChangeLog.3 src/ChangeLog.9 src/gmalloc.c
diffstat 3 files changed, 8 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog.3	Fri May 23 04:39:23 2008 +0000
+++ b/src/ChangeLog.3	Fri May 23 04:39:57 2008 +0000
@@ -2921,7 +2921,7 @@
 	* alloc.c (mark_interval_tree): Remove spurious & in front of
 	function name.
 
-	* alloc.c (UNMARK_BALANCE_INTERVALS): Fix to accomodate compilers
+	* alloc.c (UNMARK_BALANCE_INTERVALS): Fix to accommodate compilers
 	other than GCC, which do not allow casts on the LHS of an
 	assignment.
 
@@ -3445,7 +3445,7 @@
 	(XTcondemn_scrollbars, XTredeem_scrollbar, XTjudge_scrollbars)
 	(x_scrollbar_expose, x_scrollbar_handle_click)
 	(x_scrollbar_handle_motion): Substantially rewritten to correct
-	typos and brainos, and to accomodate the lispy structures.
+	typos and brainos, and to accommodate the lispy structures.
 
 	* xterm.c (x_scrollbar_background_expose): Function deleted; we
 	don't want anything in the background there after all.
@@ -8811,7 +8811,7 @@
 	to deal with anything other than ASCII.
 
 	* keymap.c (current_minor_maps): Rewritten not to use
-	function-local static variables, to accomodate DGUX.
+	function-local static variables, to accommodate DGUX.
 
 	* xterm.h (UNBLOCK_INPUT): Replace "abort ()" with "(abort (),
 	0)", to avoid type conflicts on odd systems like Ultrix.
@@ -11024,8 +11024,8 @@
 	(read_char_menu_prompt): Allocate `menu' buffer using alloca,
 	instead of a variable-sized array, which is gcc-specific.
 	(Frecent_keys): Return the most recent "keystrokes" as a vector,
-	to accomodate lispy events.
-	(Fset_input_mode): Accomodate non-characters as quit keys.  If
+	to accommodate lispy events.
+	(Fset_input_mode): Accommodate non-characters as quit keys.  If
 	this is a bad thing, init_sys_modes will tell us.
 	(init_keyboard): this_command_keys is now an array of
 	Lisp_Objects; adjust the amount of storage we request to hold it.
--- a/src/ChangeLog.9	Fri May 23 04:39:23 2008 +0000
+++ b/src/ChangeLog.9	Fri May 23 04:39:57 2008 +0000
@@ -8751,7 +8751,7 @@
 	with new argument list.
 	(x_set_glyph_string_gc): Make sure the face's GC is valid.
 	(x_append_glyph, x_append_composite_glyph)
-	(x_produce_image_glyph, x_append_stretch_glyph): Accomodate to
+	(x_produce_image_glyph, x_append_stretch_glyph): Accommodate to
 	changes in struct glyph starting 1999-12-27. See comments for
 	xterm.c on 2000-07-05.
 
@@ -9104,7 +9104,7 @@
 	* window.c (delete_all_subwindows): Reset Vwindow_list.
 
 	* xterm.c (x_append_glyph, x_append_composite_glyph)
-	(x_produce_image_glyph, x_append_stretch_glyph): Accomodate to
+	(x_produce_image_glyph, x_append_stretch_glyph): Accommodate to
 	changes in struct glyph starting 1999-12-27.  Some bit-fields of
 	struct glyph were not set, which made glyphs unequal when compared
 	with GLYPH_EQUAL_P.  Redisplay outputs such glyphs, and flickering
--- a/src/gmalloc.c	Fri May 23 04:39:23 2008 +0000
+++ b/src/gmalloc.c	Fri May 23 04:39:57 2008 +0000
@@ -911,7 +911,7 @@
 		 final free block; if so we don't need to get as much.  */
 	      if (_heaplimit != 0 && block + lastblocks == _heaplimit &&
 		  /* We can't do this if we will have to make the heap info
-                     table bigger to accomodate the new space.  */
+                     table bigger to accommodate the new space.  */
 		  block + wantblocks <= heapsize &&
 		  get_contiguous_space ((wantblocks - lastblocks) * BLOCKSIZE,
 					ADDRESS (block + lastblocks)))