DSVColumnView.st
changeset 5730 dcaa2eb5a14b
parent 5723 3019347d6f76
child 5737 eeb4d51e4e3a
--- a/DSVColumnView.st	Tue Mar 27 12:47:11 2018 +0200
+++ b/DSVColumnView.st	Wed Mar 28 14:39:45 2018 +0200
@@ -3917,7 +3917,7 @@
     ].
 
     "/ to fix a double bug which compensated for not computing things correctly
-    "/ (verticalSpacing was always computed as 2 intothe height, even if changed later,
+    "/ (verticalSpacing was always computed as 2 into the height, even if changed later,
     "/  it was stil in the max-of-col-heights, because minHeight was never reset, but always
     "/  carried on in the minRowHeight)
     minHeight := 2 + minHeight + 2.