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

View File

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