GraphicsContext.st
changeset 7240 a89267cf99b4
parent 7015 09828e08bc73
child 7244 9c77b73e65d8
child 7289 0d69fc01daba
--- a/GraphicsContext.st	Fri Mar 25 17:12:12 2016 +0100
+++ b/GraphicsContext.st	Fri Mar 25 17:12:30 2016 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "
  COPYRIGHT (c) 1992 by Claus Gittinger
 	      All Rights Reserved
@@ -635,7 +633,7 @@
 
 widthOfString:aString
     "given a string, return its width in pixels if
-     drawn on the receivers device."
+     drawn on the receiver's device."
 
     ^ (font onDevice:device) widthOf:aString
 
@@ -644,7 +642,7 @@
 
 widthOfString:aString from:start to:stop
     "given a string, return the width in pixels if
-     a substring is drawn on the receivers device."
+     a substring is drawn on the receiver's device."
 
     ^ (font onDevice:device) widthOf:aString from:start to:stop