Misc. typos and whitespace fixes
Found via `codespell -q 3 -I ../rawtherapy-whitelist.txt -S ./rtdata` `rawtherapy-whitelist.txt` consists of: ``` adn amin autor ba byteorder cas childs developpement dum foto fro inbetween interm ist iten ith lonly nd ois optio preserv skipp som spred substracted tbe tim uint unselect ```
This commit is contained in:
@@ -173,7 +173,7 @@ void RawImageSource::ahd_demosaic()
|
||||
}
|
||||
}
|
||||
|
||||
// Combine the most homogenous pixels for the final result:
|
||||
// Combine the most homogeneous pixels for the final result:
|
||||
for (int row = top + 3; row < top + TS - 3 && row < height - 5; row++) {
|
||||
int tr = row - top;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user