aboutsummaryrefslogtreecommitdiffstats
path: root/awkgram.y
diff options
context:
space:
mode:
Diffstat (limited to 'awkgram.y')
-rw-r--r--awkgram.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/awkgram.y b/awkgram.y
index 4017b9b4..cfc12e78 100644
--- a/awkgram.y
+++ b/awkgram.y
@@ -4966,7 +4966,7 @@ shadow_funcs()
/* End with fatal if the user requested it. */
if (shadow && lintfunc == r_fatal)
- lintwarn(_("there were shadowed variables."));
+ lintwarn(_("there were shadowed variables"));
}