aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2002-06-18 14:35:49 +0000
committerJuanma Barranquero <[email protected]>2002-06-18 14:35:49 +0000
commit01af482e4d432161ae44b0db3cfe0fa246f99b49 (patch)
tree0bead30f1dab7b2093cb4a81c3e268487e4484f4
parent669858fb0b00d986ff9560c316d95b316a829684 (diff)
(checkdoc-this-string-valid-engine): Fix typo.
-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 8107eb7bf5..f6ff3667f2 100644
--- a/lisp/emacs-lisp/checkdoc.el
+++ b/lisp/emacs-lisp/checkdoc.el
@@ -1598,7 +1598,7 @@ function,command,variable,option or symbol." ms1))))))
(concat (car fp) "-flag"))))
(if (checkdoc-y-or-n-p
(format
- "Rename to %s and Query-Replace all occurances? "
+ "Rename to %s and Query-Replace all occurrences? "
newname))
(progn
(beginning-of-defun)