typo
authorClaus Gittinger <cg@exept.de>
Sat, 28 Jun 1997 20:24:11 +0200
changeset 2729 184013fb5dfd
parent 2728 7569e45a4d15
child 2730 1fbfddfa1d3f
typo
QuerySig.st
QuerySignal.st
--- a/QuerySig.st	Sat Jun 28 20:16:37 1997 +0200
+++ b/QuerySig.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/Attic/QuerySig.st,v 1.18 1997-06-16 18:21:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/Attic/QuerySig.st,v 1.19 1997-06-28 18:24:11 cg Exp $'
 ! !
--- 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 $'
 ! !