From c5849ecbe03d1f428f83fc8839264ccdb5afeac5 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Tue, 2 Aug 2022 15:44:42 +0200 Subject: [PATCH] misc: comment typo fix --- src/PostgREST/App.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PostgREST/App.hs b/src/PostgREST/App.hs index 973af53f1..287388e0e 100644 --- a/src/PostgREST/App.hs +++ b/src/PostgREST/App.hs @@ -132,7 +132,7 @@ run installHandlers maybeRunWithSocket appState = do AppState.logWithZTime appState $ "Listening on unix socket " <> show socket runWithSocket (serverSettings conf) app configServerUnixSocketMode socket Nothing -> - panic "Cannot run with unix socket on non-unix plattforms." + panic "Cannot run with unix socket on non-unix platforms." Nothing -> do AppState.logWithZTime appState $ "Listening on port " <> show configServerPort