X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect.h;h=e10fab80759fd2359571fb6ff48d71a56d894aca;hp=67e64238beb2bdc590f75ed83327b045d3e80c29;hb=24164d4eb7654cbcde8dfc2f0d7fad2e698e3ff0;hpb=fe3de788903e1c3e16d97b7b63d01f772d35727f 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,