From f0f645de5fa3e48b7b2cc44ba822558d212b33bb Mon Sep 17 00:00:00 2001 From: nikethan rai <58390625+nikethanrai@users.noreply.github.com> Date: Sun, 3 Oct 2021 18:20:02 +0530 Subject: [PATCH] Fix: Typo ingnore-->ignore (#9711) --- src/controllers/controller.bar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/controllers/controller.bar.js b/src/controllers/controller.bar.js index dd10cf09f8f..2d7629a308e 100644 --- a/src/controllers/controller.bar.js +++ b/src/controllers/controller.bar.js @@ -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)) {