emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master ebad35e: ; Fix more trivial typos


From: Stefan Kangas
Subject: master ebad35e: ; Fix more trivial typos
Date: Mon, 21 Sep 2020 09:51:55 -0400 (EDT)

branch: master
commit ebad35e4d99340af1bad3702063f029a21e188bc
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    ; Fix more trivial typos
---
 test/ChangeLog.1                                             | 2 +-
 test/lisp/emacs-lisp/faceup-resources/files/test1.txt.faceup | 2 +-
 test/lisp/files-tests.el                                     | 2 +-
 test/lisp/net/dbus-tests.el                                  | 2 +-
 test/manual/etags/y-src/parse.y                              | 2 +-
 test/manual/indent/ruby.rb                                   | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/test/ChangeLog.1 b/test/ChangeLog.1
index c364219..2bf014d 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 7d4938a..ec9e821 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 3477701..54801ad 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 58ad051..62ed3f2 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 075add2..eeef44c 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 b038512..6b7d10d 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".



reply via email to

[Prev in Thread] Current Thread [Next in Thread]