Misc. typos
Found via `codespell` + removed rtengine/dcraw.patch per discussion in https://github.com/Beep6581/RawTherapee/pull/4395
This commit is contained in:
@@ -208,7 +208,7 @@ ThumbImageUpdater::add(ThumbBrowserEntryBase* tbe, bool* priority, bool upgrade,
|
||||
}
|
||||
|
||||
// create a new job and append to queue
|
||||
DEBUG("queing job %s", tbe->shortname.c_str());
|
||||
DEBUG("queueing job %s", tbe->shortname.c_str());
|
||||
impl_->jobs_.push_back(Impl::Job(tbe, priority, upgrade, l));
|
||||
|
||||
DEBUG("adding run request %s", tbe->shortname.c_str());
|
||||
|
Reference in New Issue
Block a user