From 58bf737f59aab129070190c5a2e259310e48a025 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 22 Jan 2023 17:45:53 -0500 Subject: [PATCH] spelling: unformatted Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- includes/glm/gtx/io.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/glm/gtx/io.hpp b/includes/glm/gtx/io.hpp index 27f4787..522433b 100644 --- a/includes/glm/gtx/io.hpp +++ b/includes/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&);