From fd8cba164c180149127656070ac4a68bbe13b9cb Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 26 Mar 2011 14:54:11 -0400 Subject: [PATCH] thanks liw --- DataUnits.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataUnits.hs b/DataUnits.hs index fa706ef068..a175b5f6aa 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