Signal.st
changeset 12005 1f653391be9c
parent 11637 a29ee3f72ce2
child 12006 a86008133c3e
--- a/Signal.st	Tue Sep 22 16:19:45 2009 +0200
+++ b/Signal.st	Tue Sep 22 16:26:05 2009 +0200
@@ -836,7 +836,7 @@
      and only a single raise is performed after the blocks evaluation.
 
      Deferring makes sense for some signals, such as UserInterrupt or AbortSignal, 
-     which must occasionally be delayed temprarily until a save place is reached 
+     which must occasionally be delayed temporarily until a save place is reached 
      (especially when packages are sent across a communication channel, and you dont want
       partial packages to be generated by user interruptions)."
 
@@ -967,5 +967,5 @@
 !Signal class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/Signal.st,v 1.105 2009-03-17 16:21:53 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Signal.st,v 1.106 2009-09-22 14:26:05 cg Exp $'
 ! !