diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-03-03 15:10:05 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-03-03 15:10:40 -0800 |
commit | 5d9b1e100aa4ddb79471f7ec2347fdb65d6a9a70 (patch) | |
tree | 06ae4add25d48f185015144e3d86c3a3d1d91a70 /lisp/emacs-lisp/check-declare.el | |
parent | 98284ef51c67fa69796946466337d426ab81f9ee (diff) | |
download | emacs-5d9b1e100aa4ddb79471f7ec2347fdb65d6a9a70.tar.gz |
Spelling fixes
Diffstat (limited to 'lisp/emacs-lisp/check-declare.el')
-rw-r--r-- | lisp/emacs-lisp/check-declare.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/check-declare.el b/lisp/emacs-lisp/check-declare.el index c2639729fa9..8fc299d7e93 100644 --- a/lisp/emacs-lisp/check-declare.el +++ b/lisp/emacs-lisp/check-declare.el @@ -130,7 +130,7 @@ With optional argument FULL, sums the number of elements in each element." :group 'tools) (defcustom check-declare-ext-errors nil - "When non-nil, warn abount functions not found in :ext." + "When non-nil, warn about functions not found in :ext." :type 'boolean) (defun check-declare-verify (fnfile fnlist) |