From d74c914e36fc2e28edab0d3ed4e1691649c1e189 Mon Sep 17 00:00:00 2001 From: Jeongik Cha Date: Mon, 11 Dec 2023 11:40:51 +0000 Subject: [PATCH] Fix typo in log in ninja.go Test: n/a Bug: 292304818 Change-Id: I6dcb6bb3e84e15292cbd3acc613c744e3ec039f8 --- ui/status/ninja.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/status/ninja.go b/ui/status/ninja.go index 1e97908df..f4e3fb806 100644 --- a/ui/status/ninja.go +++ b/ui/status/ninja.go @@ -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))