UserPreferences.st
changeset 20119 2fac94083d6f
parent 19965 13ab13cf8d72
child 20131 4118d61ddba0
child 20243 44d5a7ba8756
--- a/UserPreferences.st	Thu Jul 07 20:21:21 2016 +0200
+++ b/UserPreferences.st	Thu Jul 07 20:21:32 2016 +0200
@@ -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