From: Steinar H. Gunderson Date: Sun, 28 Feb 2016 00:26:47 +0000 (+0100) Subject: Fix a typo. X-Git-Tag: 1.4.0~11 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=24164d4eb7654cbcde8dfc2f0d7fad2e698e3ff0 Fix a typo. --- 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,