From 2ffe8ae3168838560cd5d25e867d810277fd259b Mon Sep 17 00:00:00 2001 From: Gilmore Davidson Date: Sun, 11 Oct 2015 22:43:47 +1100 Subject: [PATCH] * checktab.awk: Typo fix for error message --- 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.6.0