Misc. typos

Found via `codespell` 
+ removed rtengine/dcraw.patch per discussion in https://github.com/Beep6581/RawTherapee/pull/4395
This commit is contained in:
luz.paz
2018-02-14 14:03:38 -05:00
parent c4068444a8
commit c3c3ceac79
60 changed files with 107 additions and 4325 deletions

View File

@@ -105,7 +105,7 @@ void RawImageSource::amaze_demosaic_RT(int winx, int winy, int winw, int winh, a
};
//gaussian on 5x5 alt quincunx, sigma=1.5
constexpr float gausseven[2] = {0.13719494435797422f, 0.05640252782101291f};
//guassian on quincunx grid
//gaussian on quincunx grid
constexpr float gquinc[4] = {0.169917f, 0.108947f, 0.069855f, 0.0287182f};
typedef struct {