typo
authorClaus Gittinger <cg@exept.de>
Mon, 16 Jun 1997 20:24:05 +0200
changeset 1752 f603d5e1cfe8
parent 1751 15381229b2d8
child 1753 502bef854aea
typo
GLXWorkstat.st
GLXWorkstation.st
KeybdFwd.st
KeyboardForwarder.st
WGroup.st
WindowGroup.st
--- a/GLXWorkstat.st	Mon Jun 16 18:58:05 1997 +0200
+++ b/GLXWorkstat.st	Mon Jun 16 20:24:05 1997 +0200
@@ -399,7 +399,7 @@
     }
 
     if (@global(ErrorPrinting) == true) {
-	fprintf(stderr, "XWORKSTAT: x-error cought maj=%d (0x%x) min=%d (0x%x) resource=%x\n",
+	fprintf(stderr, "XWORKSTAT: x-error caught maj=%d (0x%x) min=%d (0x%x) resource=%x\n",
 			event->request_code, event->request_code,
 			event->minor_code, event->minor_code, event->resourceid);
 	fprintf(stderr, "XWORKSTAT: x-error message is [%d] '%s'\n", event->error_code, lastErrorMsg);
@@ -8785,5 +8785,5 @@
 !GLXWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/GLXWorkstat.st,v 1.63 1997-01-31 10:37:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/GLXWorkstat.st,v 1.64 1997-06-16 18:23:27 cg Exp $'
 ! !
--- a/GLXWorkstation.st	Mon Jun 16 18:58:05 1997 +0200
+++ b/GLXWorkstation.st	Mon Jun 16 20:24:05 1997 +0200
@@ -399,7 +399,7 @@
     }
 
     if (@global(ErrorPrinting) == true) {
-	fprintf(stderr, "XWORKSTAT: x-error cought maj=%d (0x%x) min=%d (0x%x) resource=%x\n",
+	fprintf(stderr, "XWORKSTAT: x-error caught maj=%d (0x%x) min=%d (0x%x) resource=%x\n",
 			event->request_code, event->request_code,
 			event->minor_code, event->minor_code, event->resourceid);
 	fprintf(stderr, "XWORKSTAT: x-error message is [%d] '%s'\n", event->error_code, lastErrorMsg);
@@ -8785,5 +8785,5 @@
 !GLXWorkstation class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.63 1997-01-31 10:37:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/GLXWorkstation.st,v 1.64 1997-06-16 18:23:27 cg Exp $'
 ! !
--- a/KeybdFwd.st	Mon Jun 16 18:58:05 1997 +0200
+++ b/KeybdFwd.st	Mon Jun 16 20:24:05 1997 +0200
@@ -108,9 +108,9 @@
 
         catcher := Plug new.
         catcher respondTo:#keyPress:x:y:view:
-                    with:[:key :x :y :view | Transcript showCR:'cought keyPress: ' , key printString.].
+                    with:[:key :x :y :view | Transcript showCR:'caught keyPress: ' , key printString.].
         catcher respondTo:#keyRelease:x:y:view:
-                    with:[:key :x :y :view | Transcript showCR:'cought keyRelease: ' , key printString.].
+                    with:[:key :x :y :view | Transcript showCR:'caught keyRelease: ' , key printString.].
 
         top := StandardSystemView new.
         top extent:200@200.
@@ -131,7 +131,7 @@
 
         catcher := Plug new.
         catcher respondTo:#keyPress:x:y:view:
-                    with:[:key :x :y :view | Transcript showCR:'cought return'].
+                    with:[:key :x :y :view | Transcript showCR:'caught return'].
 
         top := StandardSystemView new.
         top extent:200@200.
@@ -458,5 +458,5 @@
 !KeyboardForwarder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/Attic/KeybdFwd.st,v 1.19 1997-05-01 15:46:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/KeybdFwd.st,v 1.20 1997-06-16 18:23:55 cg Exp $'
 ! !
--- a/KeyboardForwarder.st	Mon Jun 16 18:58:05 1997 +0200
+++ b/KeyboardForwarder.st	Mon Jun 16 20:24:05 1997 +0200
@@ -108,9 +108,9 @@
 
         catcher := Plug new.
         catcher respondTo:#keyPress:x:y:view:
-                    with:[:key :x :y :view | Transcript showCR:'cought keyPress: ' , key printString.].
+                    with:[:key :x :y :view | Transcript showCR:'caught keyPress: ' , key printString.].
         catcher respondTo:#keyRelease:x:y:view:
-                    with:[:key :x :y :view | Transcript showCR:'cought keyRelease: ' , key printString.].
+                    with:[:key :x :y :view | Transcript showCR:'caught keyRelease: ' , key printString.].
 
         top := StandardSystemView new.
         top extent:200@200.
@@ -131,7 +131,7 @@
 
         catcher := Plug new.
         catcher respondTo:#keyPress:x:y:view:
-                    with:[:key :x :y :view | Transcript showCR:'cought return'].
+                    with:[:key :x :y :view | Transcript showCR:'caught return'].
 
         top := StandardSystemView new.
         top extent:200@200.
@@ -458,5 +458,5 @@
 !KeyboardForwarder class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview/KeyboardForwarder.st,v 1.19 1997-05-01 15:46:34 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/KeyboardForwarder.st,v 1.20 1997-06-16 18:23:55 cg Exp $'
 ! !
--- a/WGroup.st	Mon Jun 16 18:58:05 1997 +0200
+++ b/WGroup.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/Attic/WGroup.st,v 1.114 1997-04-24 11:30:51 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libview/Attic/WGroup.st,v 1.115 1997-06-16 18:24:05 cg Exp $'
 ! !
 WindowGroup initialize!
--- 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!