gameServer/Data/TConfig.hs
changeset 4995 d3ca68e4860e
parent 4993 905b349af377
--- 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