UserPreferences.st
branchjv
changeset 20131 4118d61ddba0
parent 19968 beb0cbedcd3f
parent 20119 2fac94083d6f
child 20244 20922299fd44
--- a/UserPreferences.st	Wed Jul 06 06:50:27 2016 +0200
+++ b/UserPreferences.st	Sat Jul 09 21:10:24 2016 +0100
@@ -2546,7 +2546,7 @@
     "experimental:
      return the flag which controls if ONLY Xft fonts should be used.
      If changed, this should be done very early during startup, before any other fonts
-     are already aquired (i.e. before any views are opened)"
+     are already acquired (i.e. before any views are opened)"
 
     ^ self at:#useXftFontsOnly ifAbsent:[ false ]
 
@@ -2559,7 +2559,7 @@
     "experimental:
      set/clear the flag which controls if ONLY Xft fonts should be used.
      If changed, this should be done very early during startup, before any other fonts
-     are already aquired (i.e. before any views are opened)"
+     are already acquired (i.e. before any views are opened)"
 
     ^ self at:#useXftFontsOnly put:aBooleanOrNil