Skip to content

Commit

Permalink
Fix dupe word typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vertexwahn authored and Julian Amann committed Jul 5, 2023
1 parent 8c7bf37 commit 46b19d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pbrt/cmd/imgtool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ int assemble(std::vector<std::string> args) {
}
if (Union(*metadata.pixelBounds, fullBounds) != fullBounds) {
Warning("%s: pixel bounds (%d, %d) - (%d, %d) in EXR file isn't inside "
"the the full image (0, 0) - (%d, %d). "
"the full image (0, 0) - (%d, %d). "
"Ignoring this file.",
file, metadata.pixelBounds->pMin.x, metadata.pixelBounds->pMin.y,
metadata.pixelBounds->pMax.x, metadata.pixelBounds->pMax.y,
Expand Down

0 comments on commit 46b19d5

Please sign in to comment.