mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 01:58:06 +02:00
trivial spelling fixes
This commit is contained in:
parent
11381cdb0f
commit
6f03f62327
19 changed files with 26 additions and 26 deletions
|
@ -365,7 +365,7 @@ var PDFImage = (function PDFImageClosure() {
|
|||
i += 8;
|
||||
}
|
||||
|
||||
// handle remaing bits
|
||||
// handle remaining bits
|
||||
if (i < loop2End) {
|
||||
buf = buffer[bufferPos++];
|
||||
mask = 128;
|
||||
|
@ -433,7 +433,7 @@ var PDFImage = (function PDFImageClosure() {
|
|||
width, height);
|
||||
}
|
||||
} else if (isArray(mask)) {
|
||||
// Color key mask: if any of the compontents are outside the range
|
||||
// Color key mask: if any of the components are outside the range
|
||||
// then they should be painted.
|
||||
alphaBuf = new Uint8Array(width * height);
|
||||
var numComps = this.numComps;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue