summaryrefslogtreecommitdiff
path: root/test/lisp/simple-tests.el
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2017-09-10 09:20:27 -0700
committerPaul Eggert <eggert@cs.ucla.edu>2017-09-10 09:24:37 -0700
commitcdef84fb6893f69ffee1a99fe82a262e02e59bf5 (patch)
treef26e8fe49677db19be4fad553ebf123d7b4bd478 /test/lisp/simple-tests.el
parent4973788c6aa2636407b34da840088f635ba6914a (diff)
downloademacs-cdef84fb6893f69ffee1a99fe82a262e02e59bf5.tar.gz
emacs-cdef84fb6893f69ffee1a99fe82a262e02e59bf5.tar.bz2
emacs-cdef84fb6893f69ffee1a99fe82a262e02e59bf5.zip
Spelling fixes
* lisp/progmodes/cc-langs.el: (c-ambiguous-overloadable-or-identifier-prefixes): Rename from c-ambiguous-overloadable-or-identifier-prefices. Caller changed.
Diffstat (limited to 'test/lisp/simple-tests.el')
-rw-r--r--test/lisp/simple-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/simple-tests.el b/test/lisp/simple-tests.el
index 729001bdf3a..7cb7107ceda 100644
--- a/test/lisp/simple-tests.el
+++ b/test/lisp/simple-tests.el
@@ -505,7 +505,7 @@ See Bug#21722."
(setq-local fill-prefix " ")
(set-fill-column 5)
;; Shouldn't break after 'foo' (3 characters) when the next
- ;; line is indented >= to that, that woudln't result in shorter
+ ;; line is indented >= to that, that wouldn't result in shorter
;; lines.
(insert "foo bar")
(do-auto-fill)