summaryrefslogtreecommitdiff
path: root/mcon/pl
diff options
context:
space:
mode:
Diffstat (limited to 'mcon/pl')
-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);