summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Avelino <thiago@avelino.xxx>2016-02-17 16:20:43 -0200
committerThiago Avelino <thiago@avelino.xxx>2016-02-17 16:20:43 -0200
commit8ca15d7e989cfe34a6f6b517822e2fde341e8f76 (patch)
tree8eb021bd458f2a3f2f2c1444709fac4e42c00ee8
parent9fe68c89e465004a5e6babed0955bc1eeba88002 (diff)
parentb2da90e751a9be319dc70b30ae741eee61ee689f (diff)
downloadbottle-8ca15d7e989cfe34a6f6b517822e2fde341e8f76.tar.gz
Merge pull request #835 from dinever/master
Fix spelling
-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)