mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 09:38:06 +02:00
trivial spelling fixes
This commit is contained in:
parent
11381cdb0f
commit
6f03f62327
19 changed files with 26 additions and 26 deletions
|
@ -362,7 +362,7 @@ var PDFFunction = (function PDFFunctionClosure() {
|
|||
|
||||
// clip to domain
|
||||
var v = clip(src[srcOffset], domain[0], domain[1]);
|
||||
// calulate which bound the value is in
|
||||
// calculate which bound the value is in
|
||||
for (var i = 0, ii = bounds.length; i < ii; ++i) {
|
||||
if (v < bounds[i]) {
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue