From 24164d4eb7654cbcde8dfc2f0d7fad2e698e3ff0 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Sun, 28 Feb 2016 01:26:47 +0100 Subject: [PATCH] Fix a typo. --- effect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/effect.h b/effect.h index 67e6423..e10fab8 100644 --- a/effect.h +++ b/effect.h @@ -138,7 +138,7 @@ public: // Keeps the type of alpha (premultiplied, postmultiplied, blank) // unchanged from input to output. Usually appropriate if you // process all color channels in a linear fashion, do not change - // alpha, and do not produce any new pixels thare have alpha != 1.0. + // alpha, and do not produce any new pixels that have alpha != 1.0. // // Does not make sense for inputs. DONT_CARE_ALPHA_TYPE, -- 2.39.2