From: Juanma Barranquero Date: Thu, 14 Jan 2010 18:49:53 +0000 (+0100) Subject: Fix typo in error message. X-Git-Tag: emacs-pretest-23.1.92~38^2^2~7 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=80cd4bb402cd55d9a7efcdf7a77e83cf1118eb61;p=emacs.git Fix typo in error message. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 70bb9bce334..b74e4c6f9a9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-01-14 Juanma Barranquero + + * progmodes/flymake.el (flymake-post-syntax-check): + Fix typo in error message. + 2010-01-14 Juanma Barranquero * hexl.el (hexl-printable-character): Fix check of `hexl-iso', diff --git a/lisp/progmodes/flymake.el b/lisp/progmodes/flymake.el index 865cd153be1..4af331c5c29 100644 --- a/lisp/progmodes/flymake.el +++ b/lisp/progmodes/flymake.el @@ -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) ""))))