diff lisp/nntp.el @ 14040:187735b53d52

Comment fixes.
author Karl Heuer <kwzh@gnu.org>
date Fri, 05 Jan 1996 22:21:28 +0000
parents 9b68e9a5cae1
children 83f275dcd93a
line wrap: on
line diff
--- a/lisp/nntp.el	Fri Jan 05 21:57:54 1996 +0000
+++ b/lisp/nntp.el	Fri Jan 05 22:21:28 1996 +0000
@@ -326,7 +326,7 @@
       (if nntp-server-list-active-group
 	  (progn
 	    ;; We have read active entries, so we just delete the
-	    ;; superfluos gunk.
+	    ;; superfluous gunk.
 	    (goto-char (point-min))
 	    (while (re-search-forward "^[.2-5]" nil t)
 	      (delete-region (match-beginning 0) 
@@ -936,7 +936,7 @@
 		(accept-process-output)
 		;; On some Emacs versions the preceding function has
 		;; a tendency to change the buffer. Perhaps. It's
-		;; quite difficult to reporduce, because it only
+		;; quite difficult to reproduce, because it only
 		;; seems to happen once in a blue moon. 
 		(set-buffer buf) 
 		(while (progn