diff --git a/glm/gtx/io.hpp b/glm/gtx/io.hpp index 8d974f00..68b5499b 100644 --- a/glm/gtx/io.hpp +++ b/glm/gtx/io.hpp @@ -150,7 +150,7 @@ namespace glm template std::basic_ios& formatted(std::basic_ios&); template - std::basic_ios& unformattet(std::basic_ios&); + std::basic_ios& unformatted(std::basic_ios&); template std::basic_ostream& operator<<(std::basic_ostream&, precision const&);