min_period -> min period

This commit is contained in:
James Cherry 2020-06-06 13:26:18 -07:00
parent ff2e9d521a
commit 0b4cd9ab24
1 changed files with 1 additions and 1 deletions

View File

@ -1368,7 +1368,7 @@ ReportPath::reportVerbose(MinPeriodCheck *check, string &result)
reportEndOfLine(result);
reportLine("Period", check->period(), EarlyLate::early(), result);
reportLine("min_period", -check->minPeriod(this),
reportLine("min period", -check->minPeriod(this),
EarlyLate::early(), result);
reportDashLine(result);
reportSlack(check->slack(this), result);