From af5d245fb3762ce6c0deb498480a51749c569e78 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 18 Jan 2023 08:34:34 -0500 Subject: [PATCH] spelling: covariance Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- includes/image_DXT.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/image_DXT.c b/includes/image_DXT.c index 4206a1b..3d7ca7b 100644 --- a/includes/image_DXT.c +++ b/includes/image_DXT.c @@ -13,7 +13,7 @@ #include #include -/* set this =1 if you want to use the covarince matrix method... +/* set this =1 if you want to use the covariance matrix method... which is better than my method of using standard deviations overall, except on the infintesimal chance that the power method fails for finding the largest eigenvector */