From: notmasteryet Date: Sun, 14 Aug 2011 17:11:23 +0000 (-0500) Subject: Fixing bad comment X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b141a6630984c303411759c0c77053bfcac5c14a;p=pdf.js.git Fixing bad comment --- diff --git a/fonts.js b/fonts.js index e994526..66d8428 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);