aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/emacs-lisp/checkdoc.el
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2011-02-12 04:17:00 +0100
committerJuanma Barranquero <[email protected]>2011-02-12 04:17:00 +0100
commitb762841f959188397404ed752f0f6ed9db5c93fb (patch)
treef0672ccfcac121700c912f63cf1655996d637a7e /lisp/emacs-lisp/checkdoc.el
parent4d46072b29fa32b9d5823135900f86a884c56e2f (diff)
Fix trivial typos in comments and ChangeLogs.
Diffstat (limited to 'lisp/emacs-lisp/checkdoc.el')
-rw-r--r--lisp/emacs-lisp/checkdoc.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/checkdoc.el b/lisp/emacs-lisp/checkdoc.el
index 6726e83c77..70360eb77c 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))