aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Main.hs b/app/Main.hs
index f4fa1d0..0d5b8c3 100644
--- a/app/Main.hs
+++ b/app/Main.hs
@@ -32,7 +32,7 @@ runServer port = run port $ \request send -> do
.| sinkParser Ae.json
case Ae.fromJSON val of
Ae.Success r -> return r
- Ae.Error s -> throwM $ DecodeException $ "Recieve message: " <> T.pack s
+ Ae.Error s -> throwM $ DecodeException $ "Receive message: " <> T.pack s
case eres of
Left e -> send $ errorResponse e
Right inMes -> do