diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2010-01-14 19:37:23 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2010-01-14 19:37:23 +0100 |
commit | 5a89f0a793d225779f28f19b164addf81509b338 (patch) | |
tree | 8994dc9d6cefbdb953e420b2fdc3ff0fa850fee8 /lisp/gnus/webmail.el | |
parent | b643362c6c88bdf5c5875afc6e0836188beabd17 (diff) | |
download | emacs-5a89f0a793d225779f28f19b164addf81509b338.tar.gz |
Fix typos in comments.
Diffstat (limited to 'lisp/gnus/webmail.el')
-rw-r--r-- | lisp/gnus/webmail.el | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lisp/gnus/webmail.el b/lisp/gnus/webmail.el index 599edc6b5e6..106445d0522 100644 --- a/lisp/gnus/webmail.el +++ b/lisp/gnus/webmail.el @@ -529,7 +529,7 @@ (widen))) (delete-region p (point-max)) (goto-char (point-min)) - ;; Some blank line to seperate mails. + ;; Some blank line to separate mails. (insert "\n\nFrom nobody " (current-time-string) "\n") (insert "X-Gnus-Webmail: " (symbol-value 'user) "@" (symbol-name webmail-type) "\n") @@ -658,7 +658,7 @@ (setq p (point)))) (delete-region p (point-max)) (goto-char (point-min)) - ;; Some blank line to seperate mails. + ;; Some blank line to separate mails. (insert "\n\nFrom nobody " (current-time-string) "\n") (insert "X-Gnus-Webmail: " (symbol-value 'user) "@" (symbol-name webmail-type) "\n") @@ -835,7 +835,7 @@ (setq mime (webmail-netaddress-single-part)) (widen)) (goto-char (point-min)) - ;; Some blank line to seperate mails. + ;; Some blank line to separate mails. (insert "\n\nFrom nobody " (current-time-string) "\n") (insert "X-Gnus-Webmail: " (symbol-value 'user) "@" (symbol-name webmail-type) "\n") @@ -962,7 +962,7 @@ (setq mime (webmail-netaddress-single-part)) (widen)) (goto-char (point-min)) - ;; Some blank line to seperate mails. + ;; Some blank line to separate mails. (insert "\n\nFrom nobody " (current-time-string) "\n") (insert "X-Gnus-Webmail: " (symbol-value 'user) "@" (symbol-name webmail-type) "\n") |