There is a minor typo in the web/config.py

patch attached

Kind Regards,
Johan
From 3a47cd643789f7d09bed36f35091fc3b309498b4 Mon Sep 17 00:00:00 2001
From: Johan Van de Wauw <johan.vandew...@gmail.com>
Date: Tue, 13 Jun 2017 08:44:31 +0200
Subject: [PATCH] Fix typo

---
 web/config.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/web/config.py b/web/config.py
index 4700ff0..a6f1a8f 100644
--- a/web/config.py
+++ b/web/config.py
@@ -148,7 +148,7 @@ SERVER_MODE = True
 # The default should be fine here, as it's not exposed in the app.
 DESKTOP_USER = 'pgadm...@pgadmin.org'
 
-# This configuration otion allows the user to host the application on a LAN
+# This option allows the user to host the application on a LAN
 # Default hosting is on localhost (DEFAULT_SERVER='localhost').
 # To host pgAdmin4 over LAN set DEFAULT_SERVER='0.0.0.0' (or a specific
 # adaptor address.
-- 
2.1.4

-- 
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Reply via email to