From b141a6630984c303411759c0c77053bfcac5c14a Mon Sep 17 00:00:00 2001 From: notmasteryet Date: Sun, 14 Aug 2011 12:11:23 -0500 Subject: [PATCH] Fixing bad comment --- fonts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fonts.js b/fonts.js index e994526d7..66d8428e2 100755 --- a/fonts.js +++ b/fonts.js @@ -401,7 +401,7 @@ var Font = (function Font() { } if (!file) { - // The file data is not specified. Trying to mingle the font name + // The file data is not specified. Trying to fix the font name // to be used with the canvas.font. var fontName = stdFontMap[name] || name.replace('_', '-'); this.bold = (fontName.indexOf('Bold') != -1);