summaryrefslogtreecommitdiff
path: root/elsie.nci.nih.gov/src/checktab.awk
diff options
context:
space:
mode:
Diffstat (limited to 'elsie.nci.nih.gov/src/checktab.awk')
-rw-r--r--elsie.nci.nih.gov/src/checktab.awk4
1 files changed, 2 insertions, 2 deletions
diff --git a/elsie.nci.nih.gov/src/checktab.awk b/elsie.nci.nih.gov/src/checktab.awk
index de98299..6c2e41b 100644
--- a/elsie.nci.nih.gov/src/checktab.awk
+++ b/elsie.nci.nih.gov/src/checktab.awk
@@ -1,6 +1,6 @@
# Check tz tables for consistency.
-# Contributed by Paul Eggert.
+# Contributed by Paul Eggert. This file is in the public domain.
BEGIN {
FS = "\t"
@@ -38,7 +38,7 @@ BEGIN {
}
cc0 = cc
if (name2cc[name]) {
- printf "%s:%d: '%s' and '%s' have the sname name\n", \
+ printf "%s:%d: '%s' and '%s' have the same name\n", \
iso_table, iso_NR, name2cc[name], cc \
>>"/dev/stderr"
status = 1