From cdef84fb6893f69ffee1a99fe82a262e02e59bf5 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 10 Sep 2017 09:20:27 -0700 Subject: Spelling fixes * lisp/progmodes/cc-langs.el: (c-ambiguous-overloadable-or-identifier-prefixes): Rename from c-ambiguous-overloadable-or-identifier-prefices. Caller changed. --- test/lisp/dired-tests.el | 2 +- test/lisp/ls-lisp-tests.el | 2 +- test/lisp/register-tests.el | 2 +- test/lisp/simple-tests.el | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'test/lisp') 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 +;; Author: Tino Calancha ;; 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 +;; Author: Tino Calancha ;; 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) -- cgit v1.2.3