From b7bc183cab24dbe0ac94937110bfa6433a04d2a4 Mon Sep 17 00:00:00 2001 From: fabfianda Date: Tue, 6 Apr 2021 07:51:53 +0200 Subject: [PATCH] Update Log.hs - fix small typo Fix small typo: maing -> main --- src/Lib/Effects/Log.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Lib/Effects/Log.hs b/src/Lib/Effects/Log.hs index dec0c4f..bd15e5f 100644 --- a/src/Lib/Effects/Log.hs +++ b/src/Lib/Effects/Log.hs @@ -15,7 +15,7 @@ import Servant.Server (Handler) import Lib.App (App, AppEnv, AppError, runAppAsIO, toHttpError) --- | Maing log action for the application. Prints message with some metadata to @stdout@. +-- | Main log action for the application. Prints message with some metadata to @stdout@. mainLogAction :: MonadIO m => Severity -> LogAction m Message mainLogAction severity = filterBySeverity severity msgSeverity richMessageAction