diff options
Diffstat (limited to 'module')
-rw-r--r-- | module/config/default.conf | 2 | ||||
-rw-r--r-- | module/utils.py | 2 | ||||
-rw-r--r-- | module/web/templates/500.html | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/module/config/default.conf b/module/config/default.conf index af517f438..147cb915a 100644 --- a/module/config/default.conf +++ b/module/config/default.conf @@ -2,7 +2,7 @@ version: 1 remote - "Remote": int port : "Port" = 7227 - ip listenaddr : "Adress" = 0.0.0.0 + ip listenaddr : "Address" = 0.0.0.0 bool nolocalauth : "No authentication on local connections" = True bool activated : "Activated" = True ssl - "SSL": diff --git a/module/utils.py b/module/utils.py index 039f64c3a..5e8c2b12b 100644 --- a/module/utils.py +++ b/module/utils.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -""" Store all usefull functions here """ +""" Store all useful functions here """ import os import sys diff --git a/module/web/templates/500.html b/module/web/templates/500.html index e15090b66..5ca59fe09 100644 --- a/module/web/templates/500.html +++ b/module/web/templates/500.html @@ -5,6 +5,6 @@ <title>Server Error</title> </head> <body> -<h1>Server Error occured. Please enable debug mode to get a more detailed report.</h1> +<h1>Server Error occurred. Please enable debug mode to get a more detailed report.</h1> </body> </html> |