Fix typo in log in ninja.go

Test: n/a
Bug: 292304818

Change-Id: I6dcb6bb3e84e15292cbd3acc613c744e3ec039f8
This commit is contained in:
Jeongik Cha 2023-12-11 11:40:51 +00:00
parent 5eca978092
commit d74c914e36

View file

@ -194,7 +194,7 @@ func (n *NinjaReader) run() {
if estimatedDuration > 0 {
n.status.SetEstimatedTime(time.Now().Add(estimatedDuration))
n.status.Verbose(fmt.Sprintf("parallelism: %d, estimiated from total time: %s, critical path time: %s",
n.status.Verbose(fmt.Sprintf("parallelism: %d, estimated from total time: %s, critical path time: %s",
parallelism,
estimatedDurationFromTotal,
estimatedDurationFromCriticalPath))