diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2011-02-12 04:17:00 +0100 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2011-02-12 04:17:00 +0100 |
commit | b762841f959188397404ed752f0f6ed9db5c93fb (patch) | |
tree | f0672ccfcac121700c912f63cf1655996d637a7e /lisp/emacs-lisp | |
parent | 4d46072b29fa32b9d5823135900f86a884c56e2f (diff) | |
download | emacs-b762841f959188397404ed752f0f6ed9db5c93fb.tar.gz emacs-b762841f959188397404ed752f0f6ed9db5c93fb.tar.bz2 emacs-b762841f959188397404ed752f0f6ed9db5c93fb.zip |
Fix trivial typos in comments and ChangeLogs.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/checkdoc.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el index 6726e83c77b..70360eb77cf 100644 --- a/lisp/emacs-lisp/checkdoc.el +++ b/lisp/emacs-lisp/checkdoc.el @@ -1817,7 +1817,7 @@ Replace with \"%s\"? " original replace) (let ((found nil) (start (point)) (msg nil) (ms nil)) (while (and (not msg) (re-search-forward - ;; Ignore manual page refereces like + ;; Ignore manual page references like ;; git-config(1). "[^-([`':a-zA-Z]\\(\\w+[:-]\\(\\w\\|\\s_\\)+\\)[^](']" e t)) |