From 7243647a78cdf81e60fe8bb6294600ba4e95fed3 Mon Sep 17 00:00:00 2001 From: Noah LeBlanc <56392435+WarEagle451@users.noreply.github.com> Date: Tue, 15 Feb 2022 01:54:29 -0500 Subject: [PATCH] Spelling mistake fix --- glm/geometric.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glm/geometric.hpp b/glm/geometric.hpp index b704f253..ac857e69 100644 --- a/glm/geometric.hpp +++ b/glm/geometric.hpp @@ -29,7 +29,7 @@ namespace glm template GLM_FUNC_DECL T length(vec const& x); - /// Returns the distance betwwen p0 and p1, i.e., length(p0 - p1). + /// Returns the distance between p0 and p1, i.e., length(p0 - p1). /// /// @tparam L An integer between 1 and 4 included that qualify the dimension of the vector. /// @tparam T Floating-point scalar types.