summaryrefslogtreecommitdiff
path: root/mcon
diff options
context:
space:
mode:
authormauke <l.mai@web.de>2017-10-13 17:47:00 +0200
committerRaphael Manfredi <Raphael_Manfredi@pobox.com>2017-10-13 17:47:00 +0200
commit06e93d9d534a84de9902164cc75d9b98bfadc452 (patch)
tree4f4a75b11469717f6a21f3bd00fdbc35e1ab6a2b /mcon
parent910e8f31933d2737de501a445b0cb6ddf9e2251f (diff)
fix typo in variable name (#13)
Diffstat (limited to 'mcon')
-rw-r--r--mcon/pl/lint.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcon/pl/lint.pl b/mcon/pl/lint.pl
index 08acb28..0120c51 100644
--- a/mcon/pl/lint.pl
+++ b/mcon/pl/lint.pl
@@ -798,7 +798,7 @@ sub p_body {
# afterwards...
my $check_vars = 1;
- $chek_vars = 0 if $heredoc_nosubst && !$began_here;
+ $check_vars = 0 if $heredoc_nosubst && !$began_here;
# Record any attempt made to set a shell variable
local($sym);