From 0b35e206a21ff0ab6e66286526ba00971bc7f416 Mon Sep 17 00:00:00 2001 From: Campbell Barton <ideasman42@gmail.com> Date: Tue, 24 Oct 2017 12:09:04 +1100 Subject: [PATCH] Correct var name --- check_source/check_spelling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_source/check_spelling.py b/check_source/check_spelling.py index 4057741..c43a68f 100755 --- a/check_source/check_spelling.py +++ b/check_source/check_spelling.py @@ -40,7 +40,7 @@ if USE_COLOR: COLOR_WORD = "\033[92m" COLOR_ENDC = "\033[0m" else: - COLOR_FAIL = "" + COLOR_WORD = "" COLOR_ENDC = "" -- GitLab