docs: fixed typo in functiion comment
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Roxie Gibson 2021-08-13 14:13:56 +01:00
parent e2f4ed11ec
commit ca4001a805
Signed by untrusted user: roxxers
GPG Key ID: 5D0140EDEE123F4D
1 changed files with 1 additions and 1 deletions

View File

@ -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()