Correct spelling of occurrences

Change-Id: I10da614cd2e293b624e45456a76da63a7cbcba23
This commit is contained in:
Dougal Matthews 2016-05-18 18:40:08 +01:00
parent a2752b8b65
commit 7329b2ebe2
1 changed files with 1 additions and 1 deletions

View File

@ -283,7 +283,7 @@ class StrContainsTest(testtools.TestCase):
self.assertFalse(mox.StrContains("AAA") == "hello world")
def testMultipleMatches(self):
"""Should return True if there are multiple occurances of substring."""
"""Should return True if there are multiple occurrences of substring"""
self.assertTrue(mox.StrContains("abc") == "ababcabcabcababc")