Spelling fixes.
[bpt/emacs.git] / lisp / emacs-lisp / checkdoc.el
index c9e3202..9b708d4 100644 (file)
@@ -2118,7 +2118,7 @@ before using the Ispell engine on it."
              ;; Find out how we spell-check this word.
              (if (or
                   ;; All caps w/ option th, or s tacked on the end
-                  ;; for pluralization or numberthness.
+                  ;; for pluralization or number.
                   (string-match "^[A-Z][A-Z]+\\(s\\|th\\)?$" word)
                   (looking-at "}") ; a keymap expression
                   )