Fix source comment and misc. typos
Found via `codespell -q 3 -I ../rawtherapy-whitelist.txt -S ./rtdata/languages -L hist,fo,reall,bloc,alph`
This commit is contained in:
@@ -415,7 +415,7 @@ void RawImageSource::eahd_demosaic ()
|
||||
}
|
||||
}
|
||||
|
||||
// finish H-2th and H-1th row, homogenity value is still valailable
|
||||
// finish H-2th and H-1th row, homogeneity value is still available
|
||||
for (int i = H - 1; i < H + 1; i++)
|
||||
for (int j = 0; j < W; j++) {
|
||||
int hc = homh[(i - 1) % 3][j];
|
||||
|
||||
Reference in New Issue
Block a user