diff --git a/johnny/tests/cache.py b/johnny/tests/cache.py index 55b4337..c6c7592 100755 --- a/johnny/tests/cache.py +++ b/johnny/tests/cache.py @@ -226,7 +226,7 @@ def test_transactions(self): with self.assertNumQueries(1, using='second'): g2 = Genre.objects.using("second").get(pk=1) - #other thread sould now be accessing the cache after the get + #other thread should now be accessing the cache after the get #from the commit. other("Genre.objects.using('second').get(pk=1)") hit, ostart = q.get()