From cc4de2e804f668bc8f625d1c7bf4374261c092f6 Mon Sep 17 00:00:00 2001 From: Ingo Weyrich Date: Tue, 3 Mar 2020 15:06:49 +0100 Subject: [PATCH] Fixed some typos in comments --- rtengine/rawimagesource.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rtengine/rawimagesource.cc b/rtengine/rawimagesource.cc index 49334d1dc..ff9472f1a 100644 --- a/rtengine/rawimagesource.cc +++ b/rtengine/rawimagesource.cc @@ -3897,9 +3897,9 @@ void RawImageSource::getRowStartEnd (int x, int &start, int &end) static void histoxyY(int bfhitc, int bfwitc, const array2D & xc, const array2D & yc, const array2D & Yc, LUTf &xxx, LUTf &yyy, LUTf &YYY, LUTu &histxy) { - //calculate histogram x y in a rane of 158 colors + //calculate histogram x y in a range of 158 colors //this "choice" are guided by generally colors who are in nature skin, sky, etc. in those cases "steps" are small - // of course we can chnage to be more precise + // of course we can change to be more precise #ifdef _OPENMP #pragma omp parallel #endif @@ -5047,7 +5047,7 @@ void RawImageSource::ItcWB(bool extra, double &tempref, double &greenref, double } } - if (extra) {//always used because I amde this choice, brings better results + if (extra) {//always used because I made this choice, brings better results struct Tempgreen { float student; int tempref;