Layout.st
changeset 96 948318b2fbd4
parent 94 8888ddd11323
child 114 e577a2f332d0
--- a/Layout.st	Tue Aug 29 18:41:43 1995 +0200
+++ b/Layout.st	Tue Aug 29 19:45:43 1995 +0200
@@ -42,7 +42,7 @@
     size and are to return a components size upon request.
     This allows more flexible geometry management, since any algorithm can
     be implemented (if the existing ones are not sufficient, add you own subclass
-    and instal it as layout-object in your view).
+    and install it as layout-object in your view).
 
     See more info & examples in concrete subclasses:
 	LayoutOrigin LayoutFrame AlignmentOrigin
@@ -56,7 +56,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview2/Layout.st,v 1.5 1995-08-29 16:19:23 claus Exp $
+$Header: /cvs/stx/stx/libview2/Layout.st,v 1.6 1995-08-29 17:44:04 claus Exp $
 "
 ! !