mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 17:48:07 +02:00
trivial spelling fixes
This commit is contained in:
parent
11381cdb0f
commit
6f03f62327
19 changed files with 26 additions and 26 deletions
|
@ -833,7 +833,7 @@ var CFFParser = (function CFFParserClosure() {
|
|||
break;
|
||||
|
||||
default:
|
||||
error('Unknow encoding format: ' + format + ' in CFF');
|
||||
error('Unknown encoding format: ' + format + ' in CFF');
|
||||
break;
|
||||
}
|
||||
var dataEnd = pos;
|
||||
|
@ -1306,7 +1306,7 @@ var CFFCompiler = (function CFFCompilerClosure() {
|
|||
var globalSubrIndex = this.compileIndex(cff.globalSubrIndex);
|
||||
output.add(globalSubrIndex);
|
||||
|
||||
// Now start on the other entries that have no specfic order.
|
||||
// Now start on the other entries that have no specific order.
|
||||
if (cff.encoding && cff.topDict.hasName('Encoding')) {
|
||||
if (cff.encoding.predefined) {
|
||||
topDictTracker.setEntryLocation('Encoding', [cff.encoding.format],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue