]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo in error message.
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 14 Jan 2010 18:49:53 +0000 (19:49 +0100)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 14 Jan 2010 18:49:53 +0000 (19:49 +0100)
lisp/ChangeLog
lisp/progmodes/flymake.el

index 70bb9bce334ea086e9d469887234e6d8a63098cc..b74e4c6f9a917e0c3f2f599c72ddab29b8003b5f 100644 (file)
@@ -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',
index 865cd153be1f69017659d24a84b0c51a269c938d..4af331c5c2947ccb7232e35a15bf8767f6ef9301 100644 (file)
@@ -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) ""))))