From 12022edc37acf0370f3686eb4ce05c3490b4a7ce Mon Sep 17 00:00:00 2001 From: James Cherry Date: Sat, 13 Aug 2022 15:57:35 -0700 Subject: [PATCH] warning typo Signed-off-by: James Cherry --- search/Sta.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/search/Sta.cc b/search/Sta.cc index 82a4e905..d2847902 100644 --- a/search/Sta.cc +++ b/search/Sta.cc @@ -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)); } }