summary refs log tree commit diff
path: root/emacs.d/inits
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/inits/50_flycheck.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs.d/inits/50_flycheck.el b/emacs.d/inits/50_flycheck.el
index a0823b2..3d835e3 100644
--- a/emacs.d/inits/50_flycheck.el
+++ b/emacs.d/inits/50_flycheck.el
@@ -13,7 +13,7 @@
   :config
   (progn
     (flycheck-define-checker source-check
-      "A syntax checker for python source code in Source, using `dist.pex'"
+      "A syntax checker for python source code in Source, using `check.pex'"
       :command ("check.pex" source)
       ;;; errors are reported like this:
       ;;; E241:ERROR   <file name>:<line> <message>