diff src/xselect.c @ 3591:507f64624555

Apply typo patches from Paul Eggert.
author Jim Blandy <jimb@redhat.com>
date Wed, 09 Jun 1993 11:59:12 +0000
parents 3e75726d76c7
children 889d81e3f507
line wrap: on
line diff
--- a/src/xselect.c	Wed Jun 09 11:33:38 1993 +0000
+++ b/src/xselect.c	Wed Jun 09 11:59:12 1993 +0000
@@ -1614,7 +1614,7 @@
   XSetSelectionOwner (display, selection_atom, None, timestamp);
   UNBLOCK_INPUT;
 
-  /* It doesn't seem to be guarenteed that a SelectionClear event will be
+  /* It doesn't seem to be guaranteed that a SelectionClear event will be
      generated for a window which owns the selection when that window sets
      the selection owner to None.  The NCD server does, the MIT Sun4 server
      doesn't.  So we synthesize one; this means we might get two, but