aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorPaul Eggert2017-09-10 09:20:27 -0700
committerPaul Eggert2017-09-10 09:24:37 -0700
commitcdef84fb6893f69ffee1a99fe82a262e02e59bf5 (patch)
treef26e8fe49677db19be4fad553ebf123d7b4bd478 /test
parent4973788c6aa2636407b34da840088f635ba6914a (diff)
downloademacs-cdef84fb6893f69ffee1a99fe82a262e02e59bf5.tar.gz
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')
-rw-r--r--test/lib-src/emacsclient-tests.el2
-rw-r--r--test/lisp/dired-tests.el2
-rw-r--r--test/lisp/ls-lisp-tests.el2
-rw-r--r--test/lisp/register-tests.el2
-rw-r--r--test/lisp/simple-tests.el2
5 files changed, 5 insertions, 5 deletions
diff --git a/test/lib-src/emacsclient-tests.el b/test/lib-src/emacsclient-tests.el
index 4b7fa47989d..beca972aad4 100644
--- a/test/lib-src/emacsclient-tests.el
+++ b/test/lib-src/emacsclient-tests.el
@@ -43,7 +43,7 @@
43 ;; Skip if emacsclient was compiled with -pg (bug#28319). 43 ;; Skip if emacsclient was compiled with -pg (bug#28319).
44 ;; Use ert--skip-unless rather than skip-unless to silence compiler. 44 ;; Use ert--skip-unless rather than skip-unless to silence compiler.
45 (ert--skip-unless (not (and (stringp stat) 45 (ert--skip-unless (not (and (stringp stat)
46 (string-match-p "rofiling" stat)))) 46 (string-match-p "Profiling" stat))))
47 (should (eq 0 stat)))) 47 (should (eq 0 stat))))
48 48
49(ert-deftest emacsclient-test-alternate-editor-allows-arguments () 49(ert-deftest emacsclient-test-alternate-editor-allows-arguments ()
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 @@
380 380
381(ert-deftest dired-test-bug27940 () 381(ert-deftest dired-test-bug27940 ()
382 "Test for http://debbugs.gnu.org/27940 ." 382 "Test for http://debbugs.gnu.org/27940 ."
383 ;; If just empty dirs we shouln't be prompted. 383 ;; If just empty dirs we shouldn't be prompted.
384 (dired-test-with-temp-dirs 384 (dired-test-with-temp-dirs
385 'just-empty-dirs 385 'just-empty-dirs
386 (let (asked) 386 (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 @@
2 2
3;; Copyright (C) 2017 Free Software Foundation, Inc. 3;; Copyright (C) 2017 Free Software Foundation, Inc.
4 4
5;; Author: Tino Calacha <tino.calancha@gmail.com> 5;; Author: Tino Calancha <tino.calancha@gmail.com>
6;; Keywords: 6;; Keywords:
7 7
8;; This file is part of GNU Emacs. 8;; 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 @@
2 2
3;; Copyright (C) 2017 Free Software Foundation, Inc. 3;; Copyright (C) 2017 Free Software Foundation, Inc.
4 4
5;; Author: Tino Calacha <tino.calancha@gmail.com> 5;; Author: Tino Calancha <tino.calancha@gmail.com>
6;; Keywords: 6;; Keywords:
7 7
8;; This file is part of GNU Emacs. 8;; 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."
505 (setq-local fill-prefix " ") 505 (setq-local fill-prefix " ")
506 (set-fill-column 5) 506 (set-fill-column 5)
507 ;; Shouldn't break after 'foo' (3 characters) when the next 507 ;; Shouldn't break after 'foo' (3 characters) when the next
508 ;; line is indented >= to that, that woudln't result in shorter 508 ;; line is indented >= to that, that wouldn't result in shorter
509 ;; lines. 509 ;; lines.
510 (insert "foo bar") 510 (insert "foo bar")
511 (do-auto-fill) 511 (do-auto-fill)