From 05b1c754551a2297ae6b2b25231eadc4b35d20ec Mon Sep 17 00:00:00 2001 From: Tim Edwards Date: Fri, 31 Dec 2021 14:06:04 -0500 Subject: [PATCH] Missed one use of the word "fatal" in ExtCell.c. --- extract/ExtCell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extract/ExtCell.c b/extract/ExtCell.c index f3cd2b27..025b4e52 100644 --- a/extract/ExtCell.c +++ b/extract/ExtCell.c @@ -123,7 +123,7 @@ ExtCell(def, outName, doLength) { TxPrintf("%s:", def->cd_name); if (extNumErrors > 0) - TxPrintf(" %d fatal error%s", + TxPrintf(" %d error%s", extNumErrors, extNumErrors != 1 ? "s" : ""); if (extNumWarnings > 0) TxPrintf(" %d warning%s",