changeset 638:373ced43e288

[xemacs-hg @ 2001-07-26 21:10:44 by adrian] [PATCH APPROVE COMMIT 21.5 RECOMMEND 21.4 21.1] xemacs-21.5: typo fixes of of this this nature for src/ <ofq7gzz8.fsf@ecf.teradyne.com>
author adrian
date Thu, 26 Jul 2001 21:10:48 +0000
parents 2538b7200a20
children 4b7d425dd3c2
files src/ChangeLog src/event-Xt.c src/glyphs-eimage.c src/ntproc.c src/process-nt.c src/redisplay-output.c src/redisplay.c
diffstat 7 files changed, 15 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Thu Jul 26 06:21:45 2001 +0000
+++ b/src/ChangeLog	Thu Jul 26 21:10:48 2001 +0000
@@ -1,3 +1,12 @@
+2001-07-26  Adrian Aichner  <adrian@xemacs.org>
+
+	* event-Xt.c (handle_map_event): Fix word duplication typos.
+	* glyphs-eimage.c (gif_instantiate): Ditto.
+	* ntproc.c (vars_of_ntproc): Ditto.
+	* process-nt.c (vars_of_process_nt): Ditto.
+	* redisplay-output.c (compare_runes): Ditto.
+	* redisplay.c (create_string_text_block): Ditto.
+
 2001-07-11  Matt Tucker  <tuck@whistlingfish.net>
 
 	* syntax.c (find_start_of_comment):
--- a/src/event-Xt.c	Thu Jul 26 06:21:45 2001 +0000
+++ b/src/event-Xt.c	Thu Jul 26 21:10:48 2001 +0000
@@ -1693,7 +1693,7 @@
      of these values (e.g. "totally visible"), and (b) there may be
      race conditions (see below).
 
-     However, according the the ICCCM, there's a specific way to
+     However, according to the ICCCM, there's a specific way to
      ask the window manager whether the state is (a) visible,
      (b) iconic, (c) withdrawn.  It must be one of these three.
      We already use this call to check for the iconified state.
--- a/src/glyphs-eimage.c	Thu Jul 26 06:21:45 2001 +0000
+++ b/src/glyphs-eimage.c	Thu Jul 26 21:10:48 2001 +0000
@@ -675,7 +675,7 @@
 
     for (slice = 0; slice < unwind.giffile->ImageCount; slice++)
       {
-	/* We check here that that the current image covers the full "screen" size. */
+	/* We check here that the current image covers the full "screen" size. */
 	if (unwind.giffile->SavedImages[slice].ImageDesc.Height != height
 	    || unwind.giffile->SavedImages[slice].ImageDesc.Width != width
 	    || unwind.giffile->SavedImages[slice].ImageDesc.Left != 0
--- a/src/ntproc.c	Thu Jul 26 06:21:45 2001 +0000
+++ b/src/ntproc.c	Thu Jul 26 21:10:48 2001 +0000
@@ -1328,7 +1328,7 @@
 	       &Vwin32_start_process_share_console /*
     When nil, processes started via start-process are given a new console.
 When non-nil, they share the Emacs console; this has the limitation of
-allowing only only DOS subprocess to run at a time (whether started directly
+allowing only one DOS subprocess to run at a time (whether started directly
 or indirectly by Emacs), and preventing Emacs from cleanly terminating the
 subprocess group, but may allow Emacs to interrupt a subprocess that doesn't
 otherwise respond to interrupts from Emacs.
--- a/src/process-nt.c	Thu Jul 26 06:21:45 2001 +0000
+++ b/src/process-nt.c	Thu Jul 26 21:10:48 2001 +0000
@@ -1467,7 +1467,7 @@
 	       &Vmswindows_start_process_share_console /*
 When nil, new child processes are given a new console.
 When non-nil, they share the Emacs console; this has the limitation of
-allowing only only DOS subprocess to run at a time (whether started directly
+allowing only one DOS subprocess to run at a time (whether started directly
 or indirectly by Emacs), and preventing Emacs from cleanly terminating the
 subprocess group, but may allow Emacs to interrupt a subprocess that doesn't
 otherwise respond to interrupts from Emacs.
--- a/src/redisplay-output.c	Thu Jul 26 06:21:45 2001 +0000
+++ b/src/redisplay-output.c	Thu Jul 26 21:10:48 2001 +0000
@@ -271,7 +271,7 @@
 	  crb->findex != drb->findex ||
 	  WINDOW_FACE_CACHEL_DIRTY (w, drb->findex))
 	{
-	  /* We now now we are going to re-output the glyph, but since
+	  /* Now we are going to re-output the glyph, but since
 	     this is for some internal reason not related to geometry
 	     changes, send a hint to the output routines that they can
 	     take some short cuts. This is most useful for
--- a/src/redisplay.c	Thu Jul 26 06:21:45 2001 +0000
+++ b/src/redisplay.c	Thu Jul 26 21:10:48 2001 +0000
@@ -4515,7 +4515,7 @@
 		goto done;
 	    }
 
-	  /* #### What if we we're dealing with a display table? */
+	  /* #### What if we're dealing with a display table? */
 	  if (data.start_col)
 	    data.start_col--;