Fix comments spelling
authorunc0rr
Wed, 09 Mar 2011 21:41:16 +0300
changeset 4995 d3ca68e4860e
parent 4994 2d9a52d6ea24
child 4996 76ef3d8bd78e
Fix comments spelling
gameServer/Data/TConfig.hs
--- a/gameServer/Data/TConfig.hs	Tue Mar 08 15:50:42 2011 -0500
+++ b/gameServer/Data/TConfig.hs	Wed Mar 09 21:41:16 2011 +0300
@@ -39,12 +39,12 @@
 addKey = M.insert
 
 -- |Utility function.
--- Removes a key and it's value from the configuration.
+-- Removes a key and its value from the configuration.
 remKey :: Key -> Conf -> Conf
 remKey = M.delete
 
 -- |Utility function. Searches a configuration for a
--- key, and returns it's value.
+-- key, and returns its value.
 getValue :: Key -> Conf -> Maybe Value
 getValue = M.lookup