Font.st
changeset 86 032006651226
parent 81 4ba554473294
child 89 ea2bf46eb669
--- a/Font.st	Wed Nov 23 00:09:18 1994 +0100
+++ b/Font.st	Mon Nov 28 22:01:57 1994 +0100
@@ -24,7 +24,7 @@
 COPYRIGHT (c) 1992 by Claus Gittinger
 	      All Rights Reserved
 
-$Header: /cvs/stx/stx/libview/Font.st,v 1.11 1994-11-17 14:29:24 claus Exp $
+$Header: /cvs/stx/stx/libview/Font.st,v 1.12 1994-11-28 21:00:49 claus Exp $
 '!
 
 !Font class methodsFor:'documentation'!
@@ -45,7 +45,7 @@
 
 version
 "
-$Header: /cvs/stx/stx/libview/Font.st,v 1.11 1994-11-17 14:29:24 claus Exp $
+$Header: /cvs/stx/stx/libview/Font.st,v 1.12 1994-11-28 21:00:49 claus Exp $
 "
 !
 
@@ -499,7 +499,7 @@
     "
      this happens, when you ask a font for its height or width,
      ascent or any other dimension which depends on the device on
-     which the font is rendered, AND the recevier font is not (yet)
+     which the font is rendered, AND the receiver font is not (yet)
      associated to a device.
      You should always use 
 	font := font on:someDevice
@@ -673,7 +673,7 @@
 !
 
 bold
-    "return true, if the recevier is a bold font -
+    "return true, if the receiver is a bold font -
      for st-80 compatibility"
 
     ^ face = 'bold'