From 51e0793e64ad3bd5dc846baec79a4b7bd4b6bbd1 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 9 Jun 1993 11:59:12 +0000 Subject: Apply typo patches from Paul Eggert. --- lisp/=nntp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/=nntp.el') diff --git a/lisp/=nntp.el b/lisp/=nntp.el index d14a91a64b7..c745c24f8c7 100644 --- a/lisp/=nntp.el +++ b/lisp/=nntp.el @@ -608,7 +608,7 @@ in the current news group." "Send list of STRINGS to news server as command and its arguments." (let ((cmd (car strings)) (strings (cdr strings))) - ;; Command and each argument must be separeted by one or more spaces. + ;; Command and each argument must be separated by one or more spaces. (while strings (setq cmd (concat cmd " " (car strings))) (setq strings (cdr strings))) -- cgit v1.2.1