]> git.sesse.net Git - movit/commitdiff
Fix a typo.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 28 Feb 2016 00:26:47 +0000 (01:26 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Sun, 28 Feb 2016 00:26:47 +0000 (01:26 +0100)
effect.h

index 67e64238beb2bdc590f75ed83327b045d3e80c29..e10fab80759fd2359571fb6ff48d71a56d894aca 100644 (file)
--- 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,