Mercurial > enso_core
changeset 47:f746d6311a58
Fixed spelling typo, interupt -> interrupt.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Mon, 25 Feb 2008 12:11:39 -0600 |
parents | e37e56835647 |
children | 07395bf07eb8 |
files | enso/ui/messages/primarywindow.py |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/enso/ui/messages/primarywindow.py Mon Feb 25 09:26:29 2008 -0600 +++ b/enso/ui/messages/primarywindow.py Mon Feb 25 12:11:39 2008 -0600 @@ -138,8 +138,8 @@ """ if self.__msg != None: - # If there already is a primary message, then "interupt" it: - self.__interupt() + # If there already is a primary message, then "interrupt" it: + self.__interrupt() # Set the current primary message, and draw it. self.__msg = message @@ -219,9 +219,9 @@ self.setPos( xPos, yPos ) - def __interupt( self ): + def __interrupt( self ): """ - "interupts" the current primary message, terminating + "interrupts" the current primary message, terminating its animation, and/or """