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 f739f1d1..e706c7af 100644
--- a/awkgram.y
+++ b/awkgram.y
@@ -4084,7 +4084,7 @@ dump_vars(const char *fname)
fp = stderr;
else if ((fp = fopen(fname, "w")) == NULL) {
warning(_("could not open `%s' for writing (%s)"), fname, strerror(errno));
- warning(_("sending profile to standard error"));
+ warning(_("sending variable list to standard error"));
fp = stderr;
}