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