X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=effect.h;h=dd4dbed8f8bb9b3033d4e55faf0638c5c80c5f50;hp=d0ed95b7665b4e36b864bee4ace5508e8f58d68f;hb=1ca4785183b5af9a2a255bba0a28dfdae156470a;hpb=898a2140fa78eecb3552f63f021c608b239f969c 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;