# HG changeset patch # User unc0rr # Date 1299696076 -10800 # Node ID d3ca68e4860eb717a3b025e6e62a63e750d6fdbd # Parent 2d9a52d6ea2403d93ae60ab22c4c14ad5abdec04 Fix comments spelling diff -r 2d9a52d6ea24 -r d3ca68e4860e 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