spelling: representing

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pull/7258/head
Josh Soref 6 years ago
parent ef083b28e1
commit 85384189ab

@ -49,7 +49,7 @@ func shortDigest(digest string) string {
return digest return digest
} }
// timeAgo returns a human-readable timestamp respresenting time that has passed // timeAgo returns a human-readable timestamp representing time that has passed
func timeAgo(t time.Time) string { func timeAgo(t time.Time) string {
return units.HumanDuration(time.Now().UTC().Sub(t)) return units.HumanDuration(time.Now().UTC().Sub(t))
} }

Loading…
Cancel
Save