Skip to content

Commit

Permalink
Fix: Typo ingnore-->ignore (#9711)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikethanrai committed Oct 3, 2021
1 parent 7dabae9 commit f0f645d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/controllers/controller.bar.js
Expand Up @@ -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)) {
Expand Down

0 comments on commit f0f645d

Please sign in to comment.