aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2016-06-19 01:41:32 +0800
committerIgor Pashev <pashev.igor@gmail.com>2016-06-19 01:41:32 +0800
commit075c2cc7a0d5746e37227466fb67cc252bfb0325 (patch)
tree922cfe8f23d507414c61f264cc4190318a38e1fc
parentde493b6ec392ba2c3552a13c7c6e965c1043c7a2 (diff)
downloadmywatch-075c2cc7a0d5746e37227466fb67cc252bfb0325.tar.gz
Fixed a typo
-rw-r--r--src/LogFormat.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LogFormat.hs b/src/LogFormat.hs
index 51c36c6..9eb25f1 100644
--- a/src/LogFormat.hs
+++ b/src/LogFormat.hs
@@ -12,7 +12,7 @@ import Network.Wai (Request, httpVersion, requestHeaders, requestMethod,
import System.Log.FastLogger (LogStr, toLogStr)
import qualified Data.ByteString.Char8 as BS
--- Sligthly modified Common Log Format.
+-- Sligthly modified Combined Log Format.
-- User ID extracted from the From header.
logFormat :: BS.ByteString -> Request -> Status -> Maybe Integer -> LogStr
logFormat t req st msize = ""