changeset 95588:be81a1d92312

Fix comment typo.
author Glenn Morris <rgm@gnu.org>
date Thu, 05 Jun 2008 16:51:30 +0000
parents cb8fbc8ef1c5
children 4f530a89d1ee
files lisp/gnus/gnus-util.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/gnus/gnus-util.el	Thu Jun 05 15:53:05 2008 +0000
+++ b/lisp/gnus/gnus-util.el	Thu Jun 05 16:51:30 2008 +0000
@@ -62,7 +62,7 @@
 (eval-and-compile
   (cond
    ;; Prefer `replace-regexp-in-string' (present in Emacs, XEmacs 21.5,
-   ;; SXEmacs 22.1.4) over `replace-in-string'.  The lalter leads to inf-loops
+   ;; SXEmacs 22.1.4) over `replace-in-string'.  The latter leads to inf-loops
    ;; on empty matches:
    ;;   (replace-in-string "foo" "/*$" "/")
    ;;   (replace-in-string "xe" "\\(x\\)?" "")