1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00

; Fix more trivial typos

This commit is contained in:
Stefan Kangas 2020-09-21 15:41:43 +02:00
parent 611b85b663
commit ebad35e4d9
6 changed files with 6 additions and 6 deletions

View File

@ -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>

View 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.

View 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)

View File

@ -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"))))

View 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;
}

View File

@ -34,7 +34,7 @@ def foo
# 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".