diff options
author | Joey Hess <joey@kitenet.net> | 2014-03-18 19:03:35 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2014-03-18 19:03:35 -0400 |
commit | 3b0e263a342cf8a369fcea6b1e41e0533ba2cc7f (patch) | |
tree | 670a84fc9ff7f524f0a52e94da1c6aa63d185f97 /Types | |
parent | b0f1b531a6e69aa27f41506691066a8ec8df1259 (diff) |
hilarious typo
Diffstat (limited to 'Types')
-rw-r--r-- | Types/MetaData.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Types/MetaData.hs b/Types/MetaData.hs index 70b5bd840..706d037bc 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 |