]> git.sesse.net Git - movit/blobdiff - effect.h
ColorSpace -> Colorspace. I kept typing it wrong, so even though I usually say color...
[movit] / effect.h
index d0ed95b7665b4e36b864bee4ace5508e8f58d68f..dd4dbed8f8bb9b3033d4e55faf0638c5c80c5f50 100644 (file)
--- 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
        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;
 
        // meaning). Same as the class name is fine.
        virtual std::string effect_type_id() const = 0;