summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ui/status/ninja.go2
1 files changed, 1 insertions, 1 deletions
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))