X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=inline;f=effect.h;h=dd4dbed8f8bb9b3033d4e55faf0638c5c80c5f50;hb=1ca4785183b5af9a2a255bba0a28dfdae156470a;hp=d0ed95b7665b4e36b864bee4ace5508e8f58d68f;hpb=898a2140fa78eecb3552f63f021c608b239f969c;p=movit diff --git a/effect.h b/effect.h index d0ed95b..dd4dbed 100644 --- a/effect.h +++ b/effect.h @@ -53,7 +53,7 @@ public: virtual ~Effect() {} // An identifier for this type of effect, mostly used for debug output - // (but some special names, like "ColorSpaceConversionEffect", holds special + // (but some special names, like "ColorspaceConversionEffect", holds special // meaning). Same as the class name is fine. virtual std::string effect_type_id() const = 0;