From 28f01479fefbf0265e9e66122a5d4cb462fd5d3e Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 18 Jan 2023 08:35:02 -0500 Subject: [PATCH] spelling: subtracting Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- includes/glm/gtx/matrix_factorisation.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/glm/gtx/matrix_factorisation.inl b/includes/glm/gtx/matrix_factorisation.inl index c479b8a..e7d3071 100644 --- a/includes/glm/gtx/matrix_factorisation.inl +++ b/includes/glm/gtx/matrix_factorisation.inl @@ -39,7 +39,7 @@ namespace glm q[i] = in[i]; //j = [0,i[ - // Make that column orthogonal to all the previous ones by substracting to it the non-orthogonal projection of all the previous columns. + // Make that column orthogonal to all the previous ones by subtracting to it the non-orthogonal projection of all the previous columns. // Also: Fill the zero elements of R for (length_t j = 0; j < i; j++) {