[code cosmetics and typos
martin.hofmann@uni-bamberg.de**20090618030540] hunk ./src/Logging/Logger.hs 44
--- if set, all olgging is directly dumped to stdout via 'trace'
+-- if set, all logging is directly dumped to stdout via 'trace'
hunk ./src/Logging/PrettyPrinter.hs 64
--- HACK!! I am to lazy to not use the Ppr instance of Dec
+-- Quick and dirty HACK!!
+-- I am to lazy to not use the Ppr instance of Dec
+-- And even if so, I should use Regex
hunk ./src/RuleDevelopment/Matching.hs 89
-    be constructoed from the lhs pattern of the caller.
+    be constructed from the lhs pattern of the caller.
hunk ./src/RuleDevelopment/Matching.hs 98
-     tgtrs  <- liftM ((admissible comp scio).(getAll n)) getEvidence
+     tgtrs    <- liftM ((admissible comp scio).(getAll n)) getEvidence