changeset 106839:7d4dcdf87b91

Fix typo in error message.
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 14 Jan 2010 19:49:53 +0100
parents 77b6f5126a69
children 5df8e547a422
files lisp/ChangeLog lisp/progmodes/flymake.el
diffstat 2 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Jan 14 19:45:02 2010 +0100
+++ b/lisp/ChangeLog	Thu Jan 14 19:49:53 2010 +0100
@@ -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',
--- a/lisp/progmodes/flymake.el	Thu Jan 14 19:45:02 2010 +0100
+++ b/lisp/progmodes/flymake.el	Thu Jan 14 19:49:53 2010 +0100
@@ -643,7 +643,7 @@
 	    (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) ""))))