]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix comment typo.
authorGlenn Morris <rgm@gnu.org>
Thu, 5 Jun 2008 16:51:30 +0000 (16:51 +0000)
committerGlenn Morris <rgm@gnu.org>
Thu, 5 Jun 2008 16:51:30 +0000 (16:51 +0000)
lisp/gnus/gnus-util.el

index 886716937217b55e96b7061f25a2be42510176fb..bef74579406d0e79d4aaca07b1fe5023806ff219 100644 (file)
@@ -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\\)?" "")