mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2026-02-13 21:43:02 -05:00
Fix various typos in the codebase
Fixes mostly source documentation, comments, and some user-facing typos. Found via `codespell -q 3 -S "*.eps,*.raw" -L ahd,siz,widthn`
This commit is contained in:
@ -514,7 +514,7 @@ bool HDRHandler::canRead(QIODevice *device)
|
||||
return true;
|
||||
}
|
||||
|
||||
// allow to load offical test cases: https://radsite.lbl.gov/radiance/framed.html
|
||||
// allow to load official test cases: https://radsite.lbl.gov/radiance/framed.html
|
||||
device->startTransaction();
|
||||
auto h = HDRHandlerPrivate::readHeader(device);
|
||||
device->rollbackTransaction();
|
||||
|
||||
Reference in New Issue
Block a user