summaryrefslogtreecommitdiff
path: root/awkgram.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2020-08-24 10:25:56 +0300
committerArnold D. Robbins <arnold@skeeve.com>2020-08-24 10:25:56 +0300
commit0dcd39b002cff7785c38ce535f6e57d4208fefa6 (patch)
tree018a891250ad289b54fa8f28099110e697952ccb /awkgram.c
parente71664615529f419082b373ea7e44c35b0595a97 (diff)
downloadgawk-0dcd39b002cff7785c38ce535f6e57d4208fefa6.tar.gz
Make all messages consistent: no final periods.
Diffstat (limited to 'awkgram.c')
-rw-r--r--awkgram.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/awkgram.c b/awkgram.c
index a8042f16..13c43ffd 100644
--- a/awkgram.c
+++ b/awkgram.c
@@ -7468,7 +7468,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"));
}