From 187387b11bd5c2589e014de9669af68e000b5393 Mon Sep 17 00:00:00 2001 From: Tristano Ajmone Date: Sun, 1 Mar 2015 10:07:06 +0100 Subject: [PATCH] TYPO IN COMMENTS: timout => timeout Just a typo in the "settings_default.py" comments.... --- src/settings_default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/settings_default.py b/src/settings_default.py index e1e549575..eecef7efe 100644 --- a/src/settings_default.py +++ b/src/settings_default.py @@ -123,7 +123,7 @@ LANGUAGE_CODE = 'en-us' # How long time (in seconds) a user may idle before being logged # out. This can be set as big as desired. A user may avoid being # thrown off by sending the empty system command 'idle' to the server -# at regular intervals. Set <=0 to deactivate idle timout completely. +# at regular intervals. Set <=0 to deactivate idle timeout completely. IDLE_TIMEOUT = 3600 # The idle command can be sent to keep your session active without actually # having to spam normal commands regularly. It gives no feedback, only updates