diff --git a/test/testlib.py b/test/testlib.py index d753f9ee..06015404 100644 --- a/test/testlib.py +++ b/test/testlib.py @@ -113,7 +113,7 @@ def decorate(f): #---- timedtest decorator # Use this to assert that a test completes in a given amount of time. # This is from http://www.artima.com/forums/flat.jsp?forum=122&thread=129497 -# Including here, becase it might be useful. +# Including here, because it might be useful. # NOTE: Untested and I suspect some breakage. TOLERANCE = 0.05