Fix typos

pull/1769/head
Jonas Bernoulli 2020-05-13 14:40:56 +02:00
parent 034ca8c437
commit 29426422c7
2 changed files with 2 additions and 2 deletions

View File

@ -1895,7 +1895,7 @@ are mandatory.
syntax check in the buffer.
This property is optional. If omitted, Flycheck won't
attempt to interrupt syntax checks wit this syntax checker,
attempt to interrupt syntax checks with this syntax checker,
and simply ignore their results.
`:print-doc FUNCTION'

View File

@ -101,7 +101,7 @@ long lines or not."
(= long-lines 0)))
(defun flycheck/can-have-long-lines (filename)
"Whether FILENAME can have arbitrarly long lines.
"Whether FILENAME can have arbitrarily long lines.
Test files which contain error messages from checkers are allowed
to have long lines."