ProcessMonitor.st
changeset 105 520f37755229
parent 100 e481569337c2
child 106 f4eb10b3b463
--- a/ProcessMonitor.st	Fri May 19 06:07:34 1995 +0200
+++ b/ProcessMonitor.st	Tue Jun 06 06:21:18 1995 +0200
@@ -39,7 +39,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libtool/ProcessMonitor.st,v 1.14 1995-05-17 12:50:31 claus Exp $
+$Header: /cvs/stx/stx/libtool/ProcessMonitor.st,v 1.15 1995-06-06 04:20:59 claus Exp $
 "
 !
 
@@ -93,7 +93,7 @@
 
     top := StandardSystemView new.
     monitor := self origin:0.0@0.0 corner:1.0@1.0 in:top.
-    top extent:monitor preferedExtent.
+    top extent:monitor preferredExtent.
     top label:self defaultLabel.
     top icon:self defaultIcon.
     top open
@@ -522,7 +522,7 @@
 
 !ProcessMonitor methodsFor:'queries'!
 
-preferedExtent
+preferredExtent
     ^ (font widthOf:self titleLine) + 40 @ 100
 ! !