]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix more trivial typos
authorStefan Kangas <stefan@marxist.se>
Mon, 21 Sep 2020 13:41:43 +0000 (15:41 +0200)
committerStefan Kangas <stefan@marxist.se>
Mon, 21 Sep 2020 13:51:07 +0000 (15:51 +0200)
test/ChangeLog.1
test/lisp/emacs-lisp/faceup-resources/files/test1.txt.faceup
test/lisp/files-tests.el
test/lisp/net/dbus-tests.el
test/manual/etags/y-src/parse.y
test/manual/indent/ruby.rb

index c364219c362e91d6e60d4593a302336d558fe168..2bf014d0a953204bd3be96fb6f841d5bb0df80f1 100644 (file)
 
        * 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>
 
index 7d4938adf177e982898740764c0fc4da69be290d..ec9e82148fd2097ac07e9520d6b8e81641adc9ca 100644 (file)
@@ -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.
 
index 34777013c35e5e7618c17f36e10374cb07aa8193..54801adda63a15024f5ae57ca6f3d10322094b1e 100644 (file)
@@ -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)
index 58ad0516c56028dfc0c802b2d867dc36f35ae846..62ed3f2bfb4934296d3e55196c995cb34ec42ce8 100644 (file)
    (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"))))
index 075add2c822b4e707b539b3aab694c8eff8dec8a..eeef44cc6ebea803d43adf6fadce947f0c1d2360 100644 (file)
@@ -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;
                        }
index b038512b114cf0e0d58a0301519590a19ddda9b9..6b7d10dea38e72232f1c343258cbb1594637cab1 100644 (file)
@@ -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".