Skip to content

Commit

Permalink
fix recurring typo: occured --> occurred
Browse files Browse the repository at this point in the history
  • Loading branch information
freddrake committed Nov 30, 2005
1 parent 553e838 commit 802d197
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.py
Expand Up @@ -378,8 +378,8 @@ def addFailure(self, test, err):

def printErrors(self):
if VERBOSE < 2:
# We'be output errors as they occured. Outputing them a second
# time is just annoying.
# We output errors as they occurred; outputing them a second
# time is just annoying.
return

if self._progress and not (self.dots or self.showAll):
Expand Down

0 comments on commit 802d197

Please sign in to comment.