summaryrefslogtreecommitdiff
path: root/test/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp')
-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
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)