summaryrefslogtreecommitdiff
path: root/lisp/=nntp.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/=nntp.el')
-rw-r--r--lisp/=nntp.el2
1 files changed, 1 insertions, 1 deletions
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)))