warning typo

Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
James Cherry 2022-08-13 15:57:35 -07:00
parent 86bdd26a7c
commit 12022edc37
1 changed files with 2 additions and 2 deletions

View File

@ -2001,10 +2001,10 @@ Sta::checkExceptionFromPins(ExceptionFrom *from,
const Pin *pin = pin_iter.next();
if (exceptionFromInvalid(pin)) {
if (line)
report_->fileWarn(267, file, line, "'%s' is not a valid startpoint.",
report_->fileWarn(267, file, line, "'%s' is not a valid start point.",
cmd_network_->pathName(pin));
else
report_->warn(18, "'%s' is not a valid startoint.",
report_->warn(18, "'%s' is not a valid start point.",
cmd_network_->pathName(pin));
}
}