diff src/event-stream.c @ 5384:3889ef128488

Fix misspelled words, and some grammar, across the entire source tree. See xemacs-patches message with ID <AANLkTi=edkEKtK3pZ60ytsG5pTJQy2TjAEVCZCLOa-oA@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Thu, 24 Mar 2011 11:00:11 -0600
parents 6f10ac29bf40
children 4dee0387b9de
line wrap: on
line diff
--- a/src/event-stream.c	Thu Mar 24 06:22:25 2011 +0000
+++ b/src/event-stream.c	Thu Mar 24 11:00:11 2011 -0600
@@ -5377,8 +5377,8 @@
 ;(let ((inhibit-quit t)) (setq x (list (read-char) quit-flag)))^J^G
 ;for BOTH, x should get set to (7 t), but no result should be printed.
 ;; #### According to the doc of quit-flag, second test should return
-;; (?\^G nil).  Accidentaly XEmacs returns correct value.  However,
-;; XEmacs 21.1.12 and 21.2.36 both fails on first test.
+;; (?\^G nil).  XEmacs accidentally returns the correct value.  However,
+;; XEmacs 21.1.12 and 21.2.36 both fail on the first test.
 
 ;also do this: make two frames, one viewing "*scratch*", the other "foo".
 ;in *scratch*, type (sit-for 20)^J