warning typo
Signed-off-by: James Cherry <cherry@parallaxsw.com>
This commit is contained in:
parent
86bdd26a7c
commit
12022edc37
|
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue