Fix various typos (#6569)

* Fix various typos

* Fix previous commit + add follow-up grammatical fixes
This commit is contained in:
luzpaz
2022-08-30 09:17:43 -04:00
committed by GitHub
parent d838ff352d
commit 4d1d5d4539
5 changed files with 10 additions and 10 deletions

View File

@@ -2032,7 +2032,7 @@ void ImProcFunctions::ip_wavelet(LabImage * lab, LabImage * dst, int kall, const
}
a = 327.68f * Chprov * sincosv.y; // apply Munsell
b = 327.68f * Chprov * sincosv.x; //aply Munsell
b = 327.68f * Chprov * sincosv.x; // apply Munsell
} else {//general case
L = labco->L[i1][j1];
const float Lin = std::max(0.f, L);