From 80cd4bb402cd55d9a7efcdf7a77e83cf1118eb61 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Thu, 14 Jan 2010 19:49:53 +0100 Subject: [PATCH] Fix typo in error message. --- lisp/ChangeLog | 5 +++++ lisp/progmodes/flymake.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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) "")))) -- 2.39.5