devtools/__init__.py
changeset 10903 da30851f9706
parent 10888 fbbb028d0a75
child 10907 9ae707db5265
--- a/devtools/__init__.py	Fri Oct 16 11:15:50 2015 +0200
+++ b/devtools/__init__.py	Fri Oct 16 11:58:10 2015 +0200
@@ -892,7 +892,7 @@
     We only keep one repo in cache to prevent too much objects to stay alive
     (database handler holds a reference to a repository). As at the moment a new
     handler is created for each TestCase class and all test methods are executed
-    sequentialy whithin this class, there should not have more cache miss that
+    sequentially whithin this class, there should not have more cache miss that
     if we had a wider cache as once a Handler stop being used it won't be used
     again.
     """