#DOCUMENTATION by mawalch
authormawalch
Wed, 12 Oct 2016 15:43:33 +0200
changeset 7615 316516094a19
parent 7614 3c353f6799d5
child 7616 07680ebea0f2
#DOCUMENTATION by mawalch class: XftFontDescription comment/format in: #isFixedWidth typo
XftFontDescription.st
--- a/XftFontDescription.st	Wed Oct 12 12:52:34 2016 +0200
+++ b/XftFontDescription.st	Wed Oct 12 15:43:33 2016 +0200
@@ -999,7 +999,7 @@
         fontId isNil ifTrue:[
             ^ false     "we don't know yet"
         ].
-        "/ take some obvously different chars
+        "/ take some obviously different chars
         width := self widthOf:' '.
         fixedWidth := (self widthOf:'i') == width
                             and:[(self widthOf:'W') == width