diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/lib-src/emacsclient-tests.el | 2 | ||||
| -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 |
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 @@ ;; Skip if emacsclient was compiled with -pg (bug#28319). ;; Use ert--skip-unless rather than skip-unless to silence compiler. (ert--skip-unless (not (and (stringp stat) - (string-match-p "rofiling" stat)))) + (string-match-p "Profiling" stat)))) (should (eq 0 stat)))) (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 @@ (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) |
