summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2020-09-21 15:41:43 +0200
committerStefan Kangas <stefan@marxist.se>2020-09-21 15:51:07 +0200
commitebad35e4d99340af1bad3702063f029a21e188bc (patch)
treec0bed8023f5260026a110c60362c572833fae955
parent611b85b66366961dfcf53885438771b30569ffe0 (diff)
downloademacs-ebad35e4d99340af1bad3702063f029a21e188bc.tar.gz
; Fix more trivial typos
-rw-r--r--test/ChangeLog.12
-rw-r--r--test/lisp/emacs-lisp/faceup-resources/files/test1.txt.faceup2
-rw-r--r--test/lisp/files-tests.el2
-rw-r--r--test/lisp/net/dbus-tests.el2
-rw-r--r--test/manual/etags/y-src/parse.y2
-rw-r--r--test/manual/indent/ruby.rb2
6 files changed, 6 insertions, 6 deletions
diff --git a/test/ChangeLog.1 b/test/ChangeLog.1
index c364219c362..2bf014d0a95 100644
--- a/test/ChangeLog.1
+++ b/test/ChangeLog.1
@@ -1754,7 +1754,7 @@
* indent/prolog.prolog: Test alignment of ->; with operator at bol.
- * indent/css-mode.css (.x2): Test alignement inside braces.
+ * indent/css-mode.css (.x2): Test alignment inside braces.
2013-10-26 Dmitry Gutov <dgutov@yandex.ru>
diff --git a/test/lisp/emacs-lisp/faceup-resources/files/test1.txt.faceup b/test/lisp/emacs-lisp/faceup-resources/files/test1.txt.faceup
index 7d4938adf17..ec9e82148fd 100644
--- a/test/lisp/emacs-lisp/faceup-resources/files/test1.txt.faceup
+++ b/test/lisp/emacs-lisp/faceup-resources/files/test1.txt.faceup
@@ -1,7 +1,7 @@
This is a test of `faceup', a regression test system for font-lock
keywords. It should use major mode `faceup-test-mode'.
-«(help-echo):"Baloon tip: Fly smoothly!":«w:WARNING»»: The first word on this line should use
+«(help-echo):"Balloon tip: Fly smoothly!":«w:WARNING»»: The first word on this line should use
`font-lock-warning-face', and a tooltip should be displayed if the
mouse pointer is moved over it.
diff --git a/test/lisp/files-tests.el b/test/lisp/files-tests.el
index 34777013c35..54801adda63 100644
--- a/test/lisp/files-tests.el
+++ b/test/lisp/files-tests.el
@@ -1406,7 +1406,7 @@ The door of all subtleties!
")
(ert-deftest files-tests-revert-buffer ()
- "Test that revert-buffer is succesful."
+ "Test that revert-buffer is successful."
(files-tests--with-temp-file temp-file-name
(with-temp-buffer
(insert files-tests-lao)
diff --git a/test/lisp/net/dbus-tests.el b/test/lisp/net/dbus-tests.el
index 58ad0516c56..62ed3f2bfb4 100644
--- a/test/lisp/net/dbus-tests.el
+++ b/test/lisp/net/dbus-tests.el
@@ -322,7 +322,7 @@
(dbus-check-arguments
:session dbus--test-service
'(:array (:dict-entry :string "string" :boolean t))))
- ;; The second element is `nil' (implicitely). FIXME: Is this right?
+ ;; The second element is `nil' (implicitly). FIXME: Is this right?
(should
(dbus-check-arguments
:session dbus--test-service '(:array (:dict-entry :string "string"))))
diff --git a/test/manual/etags/y-src/parse.y b/test/manual/etags/y-src/parse.y
index 075add2c822..eeef44cc6eb 100644
--- a/test/manual/etags/y-src/parse.y
+++ b/test/manual/etags/y-src/parse.y
@@ -556,7 +556,7 @@ yylex FUN0()
}
#ifdef TEST
if(nn==n_usr_funs) {
- io_error_msg("Couln't turn fp into a ##");
+ io_error_msg("Couldn't turn fp into a ##");
parse_error=BAD_FUNC;
return ERROR;
}
diff --git a/test/manual/indent/ruby.rb b/test/manual/indent/ruby.rb
index b038512b114..6b7d10dea38 100644
--- a/test/manual/indent/ruby.rb
+++ b/test/manual/indent/ruby.rb
@@ -34,7 +34,7 @@ x = # "tot %q/to"; =
# Regexp after whitelisted method.
"abc".sub /b/, 'd'
-# Don't mis-match "sub" at the end of words.
+# Don't mismatch "sub" at the end of words.
a = asub / aslb + bsub / bslb;
# Highlight the regexp after "if".