ApplicationModel.st
changeset 603 482adb5c12aa
parent 599 681af9f06019
child 604 190f3d243635
--- a/ApplicationModel.st	Mon Jun 16 18:58:43 1997 +0200
+++ b/ApplicationModel.st	Mon Jun 16 20:27:19 1997 +0200
@@ -1198,7 +1198,7 @@
      windowmanager. For backward compatibility with single-view applications,
      this is forwarded here to a simple (non topView-specific) closeRequest.
      MultiView applications should redefine this method if closing of individual
-     views closing is to be cought."
+     views closing is to be caught."
 
     ^ self closeRequest
 !
@@ -1354,6 +1354,6 @@
 !ApplicationModel class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.52 1997-06-16 16:52:23 ca Exp $'
+    ^ '$Header: /cvs/stx/stx/libview2/ApplicationModel.st,v 1.53 1997-06-16 18:27:19 cg Exp $'
 ! !
 ApplicationModel initialize!