Skip to content

Commit

Permalink
docs: update ImageDecoder.h; fix spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
jbampton authored and pixelflinger committed Jan 28, 2025
1 parent 1dae41c commit 5fd84db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/imageio/include/imageio/ImageDecoder.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class UTILS_PUBLIC ImageDecoder {
SRGB
};

// Returns linear floating-point data, or a non-valid image if an error occured.
// Returns linear floating-point data, or a non-valid image if an error occurred.
static LinearImage decode(std::istream& stream, const std::string& sourceName,
ColorSpace sourceSpace = ColorSpace::SRGB);

Expand Down

0 comments on commit 5fd84db

Please sign in to comment.