From d59f8d4665ee8fcbced5a391d24f91fdbc047765 Mon Sep 17 00:00:00 2001 From: stickell Date: Mon, 25 Aug 2014 12:32:18 +0200 Subject: Fixed some typos --- module/config/default.conf | 2 +- module/utils.py | 2 +- module/web/templates/500.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'module') 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 @@ Server Error -

Server Error occured. Please enable debug mode to get a more detailed report.

+

Server Error occurred. Please enable debug mode to get a more detailed report.

-- cgit v1.2.3