summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bottle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bottle.py b/bottle.py
index 3c5c6d2..f231bc5 100644
--- a/bottle.py
+++ b/bottle.py
@@ -3488,7 +3488,7 @@ def run(app=None,
class FileCheckerThread(threading.Thread):
""" Interrupt main-thread as soon as a changed module file is detected,
- the lockfile gets deleted or gets to old. """
+ the lockfile gets deleted or gets too old. """
def __init__(self, lockfile, interval):
threading.Thread.__init__(self)