aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Types/MetaData.hs2
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