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

@ -2004,7 +2004,7 @@ Sta::checkExceptionFromPins(ExceptionFrom *from,
report_->fileWarn(267, file, line, "'%s' is not a valid start point.", report_->fileWarn(267, file, line, "'%s' is not a valid start point.",
cmd_network_->pathName(pin)); cmd_network_->pathName(pin));
else else
report_->warn(18, "'%s' is not a valid startoint.", report_->warn(18, "'%s' is not a valid start point.",
cmd_network_->pathName(pin)); cmd_network_->pathName(pin));
} }
} }