Misc. typos
Found via `codespell` + removed rtengine/dcraw.patch per discussion in https://github.com/Beep6581/RawTherapee/pull/4395
This commit is contained in:
@@ -1698,7 +1698,7 @@ int RawImageSource::load (const Glib::ustring &fname)
|
||||
}
|
||||
|
||||
|
||||
// Load complete Exif informations
|
||||
// Load complete Exif information
|
||||
std::unique_ptr<RawMetaDataLocation> rml(new RawMetaDataLocation (ri->get_exifBase(), ri->get_ciffBase(), ri->get_ciffLen()));
|
||||
idata = new FramesData (fname, std::move(rml));
|
||||
idata->setDCRawFrameCount (numFrames);
|
||||
|
||||
Reference in New Issue
Block a user