aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2008-09-24 01:16:16 +0000
committerJuanma Barranquero <[email protected]>2008-09-24 01:16:16 +0000
commit10d1d0af5f6421603cd841e0c1c5805e2b2fb67d (patch)
tree436363ca801b4cdde313689c044e37c02c25b681 /lisp/gnus
parentd6a3febd83a52db53f665b0987075af590c720a5 (diff)
Fix typos.
Diffstat (limited to 'lisp/gnus')
-rw-r--r--lisp/gnus/ChangeLog2
-rw-r--r--lisp/gnus/ChangeLog.212
2 files changed, 7 insertions, 7 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index 82b9cf8b1e..068821d4bd 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -8404,7 +8404,7 @@
* gnus-art.el (gnus-mime-inline-part): Decode parts according to
the coding cookies; decompress compressed parts.
- * mml.el (mml-generate-mime-1): Add the charaset parameter according
+ * mml.el (mml-generate-mime-1): Add the charset parameter according
to the value which a user specified manually or the coding cookie.
* mm-util.el (mm-string-to-multibyte): New function.
diff --git a/lisp/gnus/ChangeLog.2 b/lisp/gnus/ChangeLog.2
index ba06c25e9c..090f985b32 100644
--- a/lisp/gnus/ChangeLog.2
+++ b/lisp/gnus/ChangeLog.2
@@ -6790,12 +6790,12 @@
broken connections by opening a new connection and repeating the
failed command.
(nntp-retrieve-headers-with-xover): Some NNTP servers respond to
- XOVER commands preceeding the active articles with the nov entry
+ XOVER commands preceding the active articles with the nov entry
of the first available article. When gnus connected to such a
server, the unexpected nov entry would result in duplicate lines
in the agent's overview file. This patch fixes the duplicate
lines problem and improves performance by skipping over all
- articles IDs that preceed the first nov entry in the server's
+ articles IDs that precede the first nov entry in the server's
reply.
2002-12-11 Katsumi Yamaoka <[email protected]>
@@ -7318,7 +7318,7 @@
2002-10-22 TSUCHIYA Masatoshi <[email protected]>
- * pgg.el (pgg-snarf-keys): Do not refer unbinded local variables.
+ * pgg.el (pgg-snarf-keys): Do not refer unbound local variables.
2002-10-22 Simon Josefsson <[email protected]>
@@ -8731,7 +8731,7 @@
2002-05-18 Jesper Harder <[email protected]>
- * gnus-sum.el (gnus-dependencies-add-header): Avoid one unecessary
+ * gnus-sum.el (gnus-dependencies-add-header): Avoid one unnecessary
call to gnus-parent-id when we check for References loops.
(gnus-summary-prepare-threads): Avoid simplifying every Subject
twice by saving the simplified subject string in simp-subject.
@@ -9137,7 +9137,7 @@
2002-04-11 Lars Magne Ingebrigtsen <[email protected]>
- * gnus-art.el (gnus-article-prepare): Place point on the emtpy
+ * gnus-art.el (gnus-article-prepare): Place point on the empty
header line.
2002-04-11 Per Abrahamsen <[email protected]>
@@ -13532,7 +13532,7 @@
expiry-target. (Otherwise nnml will be in a inconsistent internal
state causing all kind of problems.)
(nnml-request-expire-articles): If `nnml-article-to-file' or
- `file-attributes' failes, return article as un-expirable instead
+ `file-attributes' fail, return article as un-expirable instead
of treating it as expired.
2001-08-31 Sam Steingold <[email protected]>