diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-10 09:20:27 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2017-09-10 09:24:37 -0700 |
commit | cdef84fb6893f69ffee1a99fe82a262e02e59bf5 (patch) | |
tree | f26e8fe49677db19be4fad553ebf123d7b4bd478 /test/lisp | |
parent | 4973788c6aa2636407b34da840088f635ba6914a (diff) | |
download | emacs-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')
-rw-r--r-- | test/lisp/dired-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/ls-lisp-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/register-tests.el | 2 | ||||
-rw-r--r-- | test/lisp/simple-tests.el | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/test/lisp/dired-tests.el b/test/lisp/dired-tests.el index 3c460d0151e..1f6e060832e 100644 --- a/test/lisp/dired-tests.el +++ b/test/lisp/dired-tests.el @@ -380,7 +380,7 @@ (ert-deftest dired-test-bug27940 () "Test for http://debbugs.gnu.org/27940 ." - ;; If just empty dirs we shouln't be prompted. + ;; If just empty dirs we shouldn't be prompted. (dired-test-with-temp-dirs 'just-empty-dirs (let (asked) diff --git a/test/lisp/ls-lisp-tests.el b/test/lisp/ls-lisp-tests.el index d24b30e5f22..1698e0967d0 100644 --- a/test/lisp/ls-lisp-tests.el +++ b/test/lisp/ls-lisp-tests.el @@ -2,7 +2,7 @@ ;; Copyright (C) 2017 Free Software Foundation, Inc. -;; Author: Tino Calacha <tino.calancha@gmail.com> +;; Author: Tino Calancha <tino.calancha@gmail.com> ;; Keywords: ;; This file is part of GNU Emacs. diff --git a/test/lisp/register-tests.el b/test/lisp/register-tests.el index 0425bc0e0f4..2e31602b127 100644 --- a/test/lisp/register-tests.el +++ b/test/lisp/register-tests.el @@ -2,7 +2,7 @@ ;; Copyright (C) 2017 Free Software Foundation, Inc. -;; Author: Tino Calacha <tino.calancha@gmail.com> +;; Author: Tino Calancha <tino.calancha@gmail.com> ;; Keywords: ;; This file is part of GNU Emacs. 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) |