typo fixes under cmd.

Signed-off-by: Tomoya.Fujita <Tomoya.Fujita@sony.com>
This commit is contained in:
Tomoya.Fujita
2022-03-12 11:32:31 -08:00
parent d4641e1ce1
commit ba1674389f
5 changed files with 5 additions and 5 deletions

View File

@@ -103,7 +103,7 @@ func (w *execWorker) exec(ctx, tctx context.Context) {
}
continue
}
// only log times are success so we don't scew the results from failures that go really fast
// only log times are success so we don't skew the results from failures that go really fast
execTimer.WithValues(w.commit).UpdateSince(start)
}
}