diff --git a/dev-support/test-patch.py b/dev-support/test-patch.py index e3761038..16d7a1e7 100755 --- a/dev-support/test-patch.py +++ b/dev-support/test-patch.py @@ -393,7 +393,7 @@ def warning(self, msg, bullets=[]): self._items.append(ResultItem(ResultItem.WARNING, msg, bullets)) def fatal(self, msg, bullets=[]): self.overall = "-1" - self._items.append(ResultItem(ResultsIem.FATAL, msg, bullets)) + self._items.append(ResultItem(ResultItem.FATAL, msg, bullets)) self.exit_handler() self.exit() def exit(self):