Fixed typos in comment area...
authorKoichi KAMICHI <kamichi@fonts.jp>
Mon, 16 Feb 2004 00:47:45 +0000 (00:47 +0000)
committerKoichi KAMICHI <kamichi@fonts.jp>
Mon, 16 Feb 2004 00:47:45 +0000 (00:47 +0000)
kagecgi/kagetool.c

index 5c5a96e..91cacdf 100755 (executable)
@@ -181,12 +181,12 @@ GString * CalcSizes(const GString *in, int mode){
             cuty++;\r
         }\r
                \r
-        //especially get small the 'mouse'\r
+        //especially get small the 'mouth'\r
         if(mode == 2 && flg_boxT % 16 == 15){\r
             widthT = widthT - kWidth * (max(0, 16 - (int)yokoT * 4));\r
             heightT = heightT - kWidth * (max(0, 16 - (int)tateT * 4));\r
                }\r
-        //'dot' as same as 'mouse'\r
+        //'dot' as same as 'mouth'\r
         if(mode == 2 && tateT == 1 && yokoT == 1){\r
             widthT = pngWidth * 0.9 * 0.5;\r
             heightT = pngWidth * 0.9 * 0.5;\r