]> git.parisson.com Git - pdf.js.git/commitdiff
Fixing bad comment
authornotmasteryet <async.processingjs@yahoo.com>
Sun, 14 Aug 2011 17:11:23 +0000 (12:11 -0500)
committernotmasteryet <async.processingjs@yahoo.com>
Sun, 14 Aug 2011 17:11:23 +0000 (12:11 -0500)
fonts.js

index e994526d76abe5bf6f710cd065571b16fba1bea9..66d8428e20227a2a23a4996e8ddc15396e2e666c 100755 (executable)
--- 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);