From ed56b6a905d5e9f443cb0c5c949965f848abbe8d Mon Sep 17 00:00:00 2001 From: Victor Vieux Date: Thu, 23 May 2013 09:35:20 +0000 Subject: [PATCH] fix typo --- utils/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/utils.go b/utils/utils.go index ec189cb002..360e4ec31b 100644 --- a/utils/utils.go +++ b/utils/utils.go @@ -132,7 +132,7 @@ func HumanDuration(d time.Duration) string { return fmt.Sprintf("%d years", d.Hours()/24/365) } -// HumanSize returns a human-readabla approximation of a size +// HumanSize returns a human-readable approximation of a size // (eg. "44kB", "17MB") func HumanSize(size int64) string { i := 0