QuerySignal.st
changeset 2729 184013fb5dfd
parent 2689 ada9b102abcf
child 2893 8ba406da6b22
--- a/QuerySignal.st	Sat Jun 28 20:16:37 1997 +0200
+++ b/QuerySignal.st	Sat Jun 28 20:24:11 1997 +0200
@@ -69,7 +69,7 @@
     at the top of the calling hierarchy, and raise an upQuery from whereever
     that value is required.
     A concrete application can be found in the windowGroup- and lastEvent-
-    queries, provided by the windowGroup object. If anyone is interrested
+    queries, provided by the windowGroup object. If anyone is interested
     in the event which was responible for the anyone to be called, all he needs
     to do is to raise the lastEventQuerySignal, which returns that event.
     No intermediate methods are required to know anything about that.
@@ -346,5 +346,5 @@
 !QuerySignal class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/QuerySignal.st,v 1.18 1997-06-16 18:21:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/QuerySignal.st,v 1.19 1997-06-28 18:24:11 cg Exp $'
 ! !