ViewStyle.st
changeset 7402 0ade34042e78
parent 7179 cedcbd5de0a9
child 7540 69b0ea8c4b30
child 7686 6397f8316375
--- a/ViewStyle.st	Thu Jul 07 13:58:26 2016 +0200
+++ b/ViewStyle.st	Thu Jul 07 20:21:09 2016 +0200
@@ -156,7 +156,7 @@
 !
 
 colorAt:aKey
-    "retrieve a color resource - also aquire a device color
+    "retrieve a color resource - also acquire a device color
      to avoid repeated color allocations later"
 
     |value device deviceColor|
@@ -175,7 +175,7 @@
 !
 
 colorAt:aKey default:default
-    "retrieve a color resource - also aquire a device color
+    "retrieve a color resource - also acquire a device color
      to avoid repeated color allocations later"
 
     |value device deviceColor|
@@ -194,7 +194,7 @@
 !
 
 deviceResourceAt:aKey default:default
-    "retrieve a resource - also aquire a device version
+    "retrieve a resource - also acquire a device version
      for the default display, to avoid repeated allocations later"
 
     |aResource deviceResource device|
@@ -216,14 +216,14 @@
 !
 
 fontAt:aKey
-    "retrieve a font resource - also aquire a device font
+    "retrieve a font resource - also acquire a device font
      to avoid repeated font allocations later"
 
     ^ self deviceResourceAt:aKey default:nil 
 !
 
 fontAt:aKey default:default
-    "retrieve a font resource - also aquire a device font
+    "retrieve a font resource - also acquire a device font
      to avoid repeated font allocations later"
 
     ^ self deviceResourceAt:aKey default:default