Missed one use of the word "fatal" in ExtCell.c.

This commit is contained in:
Tim Edwards 2021-12-31 14:06:04 -05:00
parent d65be34f98
commit 05b1c75455
1 changed files with 1 additions and 1 deletions

View File

@ -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",