summaryrefslogtreecommitdiff
path: root/lisp/gnus/flow-fill.el
diff options
context:
space:
mode:
authorShengHuo ZHU <zsh@cs.rochester.edu>2002-11-29 15:57:52 +0000
committerShengHuo ZHU <zsh@cs.rochester.edu>2002-11-29 15:57:52 +0000
commit8f688cb015d38b4f9cefe81debbcf9dec902f991 (patch)
treec76eec84c6539b499eb46592d74d58f3bc22c65f /lisp/gnus/flow-fill.el
parente70d557978cdf4d8ea4c0500ce037fcfc95acf2b (diff)
downloademacs-8f688cb015d38b4f9cefe81debbcf9dec902f991.tar.gz
Typos.
Diffstat (limited to 'lisp/gnus/flow-fill.el')
-rw-r--r--lisp/gnus/flow-fill.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/flow-fill.el b/lisp/gnus/flow-fill.el
index 64946f9f040..e8a39846c60 100644
--- a/lisp/gnus/flow-fill.el
+++ b/lisp/gnus/flow-fill.el
@@ -1,6 +1,6 @@
;;; flow-fill.el --- interprete RFC2646 "flowed" text
-;; Copyright (C) 2000 Free Software Foundation, Inc.
+;; Copyright (C) 2000, 2002 Free Software Foundation, Inc.
;; Author: Simon Josefsson <jas@pdc.kth.se>
;; Keywords: mail
@@ -43,7 +43,7 @@
;; 2000-02-17 posted on ding mailing list
;; 2000-02-19 use `point-at-{b,e}ol' in XEmacs
;; 2000-03-11 no compile warnings for point-at-bol stuff
-;; 2000-03-26 commited to gnus cvs
+;; 2000-03-26 committed to gnus cvs
;; 2000-10-23 don't flow "-- " lines, make "quote-depth wins" rule
;; work when first line is at level 0.