diff options
author | Joey Hess <joey@kitenet.net> | 2011-03-26 14:54:11 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-03-26 14:54:11 -0400 |
commit | fd8cba164c180149127656070ac4a68bbe13b9cb (patch) | |
tree | 1377b8123087083e6ac80f9dc6ae2248d7ee9225 /DataUnits.hs | |
parent | 70fe1ee70b53fe5df766abcf38646f70dcea6c75 (diff) |
thanks liw
Diffstat (limited to 'DataUnits.hs')
-rw-r--r-- | DataUnits.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DataUnits.hs b/DataUnits.hs index fa706ef06..a175b5f6a 100644 --- a/DataUnits.hs +++ b/DataUnits.hs @@ -85,7 +85,7 @@ memoryUnits = , Unit (p 4) "TiB" "tebibyte" , Unit (p 3) "GiB" "gigabyte" , Unit (p 2) "MiB" "mebibyte" - , Unit (p 1) "kiB" "kibibyte" + , Unit (p 1) "KiB" "kibibyte" , Unit (p 0) "B" "byte" ] where |