Victor Vieux %!s(int64=12) %!d(string=hai) anos
pai
achega
ed56b6a905
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      utils/utils.go

+ 1 - 1
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