[tz] [PATCH] * checktab.awk: Typo fix for error message

Paul Eggert eggert at cs.ucla.edu
Mon Oct 12 00:34:12 UTC 2015


Thanks, I installed the attached patch to the github version.
-------------- next part --------------
From a4ff841d191727d9d14f68f6540353bedc768701 Mon Sep 17 00:00:00 2001
From: Paul Eggert <eggert at cs.ucla.edu>
Date: Sun, 11 Oct 2015 17:33:01 -0700
Subject: [PATCH] Fix checktab typo

* checktab.awk: Fix "sname" typo in diagnostic.
Reported by Gilmore Davidson in:
http://mm.icann.org/pipermail/tz/2015-October/022770.html
---
 checktab.awk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checktab.awk b/checktab.awk
index de98299..6a456bf 100644
--- a/checktab.awk
+++ b/checktab.awk
@@ -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
-- 
2.1.4


More information about the tz mailing list