WindowGroup.st
changeset 1752 f603d5e1cfe8
parent 1652 5745269f78a3
child 1806 16c958be35d8
--- a/WindowGroup.st	Mon Jun 16 18:58:05 1997 +0200
+++ b/WindowGroup.st	Mon Jun 16 20:24:05 1997 +0200
@@ -223,7 +223,7 @@
 
 leaveSignal
     "return the signal which is used to exit a modal loop.
-     This private signal, is always cought while a modalbox is active.
+     This private signal, is always caught while a modalbox is active.
      Raising it will exit the modal loop and return from the views #openModal
      method."
 
@@ -862,7 +862,7 @@
      Stay in this loop while there are still any views to dispatch for,
      and aBlock evaluates to true.
 
-     Some signals are cought & handled: 
+     Some signals are caught & handled: 
         LeaveSignal forces an exit from the eventLoop;
         AbortSignal brings us back into the loop, processing the next event;
         ActivityNotifications send a #showActivity: if nonModal, 
@@ -1584,6 +1584,6 @@
 !WindowGroup class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.114 1997-04-24 11:30:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/WindowGroup.st,v 1.115 1997-06-16 18:24:05 cg Exp $'
 ! !
 WindowGroup initialize!