summaryrefslogtreecommitdiff
path: root/Types/MetaData.hs
diff options
context:
space:
mode:
authorJoey Hess <joey@kitenet.net>2014-03-18 19:03:35 -0400
committerJoey Hess <joey@kitenet.net>2014-03-18 19:03:35 -0400
commit2f52f727c0d076d4930b02d69a7790d8a5fbd78f (patch)
tree63cf34c852b7725f8cd0923d632a3392e132a860 /Types/MetaData.hs
parent6848f09a121888a271bbdf6e07410faae848076d (diff)
hilarious typo
Diffstat (limited to 'Types/MetaData.hs')
-rw-r--r--Types/MetaData.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Types/MetaData.hs b/Types/MetaData.hs
index 70b5bd840a..706d037bcc 100644
--- a/Types/MetaData.hs
+++ b/Types/MetaData.hs
@@ -141,7 +141,7 @@ toMetaField f
- that would break views.
-
- So, require they have an alphanumeric first letter, with the remainder
- - being either alphanumeric or a small set of shitelisted common punctuation.
+ - being either alphanumeric or a small set of whitelisted common punctuation.
-}
legalField :: String -> Bool
legalField [] = False