Skip to content

Commit

Permalink
wkbreader: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitjano committed Nov 4, 2024
1 parent c1161b7 commit cf236fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/detail/io/WkbReader.h
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ class SFCGAL_API WkbReader {

default:
std::ostringstream oss;
oss << "WkbWriter: type '" << geometryType << "' is not supported";
oss << "WkbReader: type '" << geometryType << "' is not supported";
std::cerr << oss.str() << std::endl;

return {};
Expand Down

0 comments on commit cf236fa

Please sign in to comment.