Rectangle.st
changeset 19960 32fa5617bd7a
parent 18895 223497b63b36
child 19967 9b1443c2aab1
child 20018 374cd31838c4
--- a/Rectangle.st	Mon Jun 06 15:56:46 2016 +0200
+++ b/Rectangle.st	Mon Jun 06 18:28:39 2016 +0200
@@ -1216,7 +1216,7 @@
 %{  /* NOCONTEXT */
     /*
      * claus: this may be often called by objectView
-     * the primitive code below (although lookung ugly)
+     * the primitive code below (although looking ugly)
      * speeds that up by almost a factor of 2 ...
      */
     OBJ slf = self;
@@ -1363,7 +1363,7 @@
 %{  /* NOCONTEXT */
     /*
      * claus: this is one of the mostly called methods in
-     * the objectView - the primitive code below (although lookung ugly)
+     * the objectView - the primitive code below (although looking ugly)
      * speeds up drawing by almost a factor of 2 ...
      */
     OBJ slf = self;