Fix typo in error message.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2010-01-14 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* progmodes/flymake.el (flymake-post-syntax-check):
|
||||
Fix typo in error message.
|
||||
|
||||
2010-01-14 Juanma Barranquero <lekktu@gmail.com>
|
||||
|
||||
* hexl.el (hexl-printable-character): Fix check of `hexl-iso',
|
||||
|
||||
@@ -643,7 +643,7 @@ It's flymake process filter."
|
||||
(flymake-report-status "" "") ; PASSED
|
||||
(if (not flymake-check-was-interrupted)
|
||||
(flymake-report-fatal-status "CFGERR"
|
||||
(format "Configuration error has occured while running %s" command))
|
||||
(format "Configuration error has occurred while running %s" command))
|
||||
(flymake-report-status nil ""))) ; "STOPPED"
|
||||
(flymake-report-status (format "%d/%d" err-count warn-count) ""))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user