Fix: Typo ingnore-->ignore (#9711)

This commit is contained in:
nikethan rai 2021-10-03 18:20:02 +05:30 committed by GitHub
parent 7dabae9a86
commit f0f645de5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,7 +28,7 @@ function computeMinSampleSize(meta) {
let i, ilen, curr, prev; let i, ilen, curr, prev;
const updateMinAndPrev = () => { const updateMinAndPrev = () => {
if (curr === 32767 || curr === -32768) { if (curr === 32767 || curr === -32768) {
// Ingnore truncated pixels // Ignore truncated pixels
return; return;
} }
if (defined(prev)) { if (defined(prev)) {