diff --git a/cli/formatter/formatter.go b/cli/formatter/formatter.go index 5069c9d9..8890b6ae 100644 --- a/cli/formatter/formatter.go +++ b/cli/formatter/formatter.go @@ -24,7 +24,7 @@ func RemoveSha(str string) string { return strings.Split(str, "@")[0] } -// HumanDuration from docker/cli RunningFor() to be accessable outside of the class +// HumanDuration from docker/cli RunningFor() to be accessible outside of the class func HumanDuration(timestamp int64) string { date := time.Unix(timestamp, 0) now := time.Now().UTC()