# HG changeset patch # User Atul Varma # Date 1203963099 21600 # Node ID f746d6311a582254285526f10dc8c2b48ada7189 # Parent e37e568356470d918d3ff43b721297ddfeed7f3c Fixed spelling typo, interupt -> interrupt. diff -r e37e56835647 -r f746d6311a58 enso/ui/messages/primarywindow.py --- 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 """