From ac91c5208603325b133d4d9ada37f38a0f000241 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 18 Jan 2023 08:34:53 -0500 Subject: [PATCH] spelling: possibility 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 37e0403..2dd6878 100644 --- a/includes/image_DXT.c +++ b/includes/image_DXT.c @@ -351,7 +351,7 @@ void compute_color_line_STDEV( For a given starting vector, the power method can generate all zeros! So no starting with {1,1,1} as I was doing! This kind of error is still a - slight posibillity, but will be very rare. + slight possibility, but will be very rare. */ /* use the covariance matrix directly (1st iteration, don't use all 1.0 values!) */