]> git.sesse.net Git - movit/blobdiff - effect_chain.h
Typo fix.
[movit] / effect_chain.h
index b3e03d593c77209fc0f0a2d9f2379a830fa13256..48b60872173b283e6eba59c4ad97a2ba782566e3 100644 (file)
@@ -26,7 +26,7 @@ private:
        std::string effect_id;
 
        // If output goes to RTT (otherwise, none of these are set).
-       // The Phsae pointer is a but ugly; we should probably fix so
+       // The Phase pointer is a but ugly; we should probably fix so
        // that Phase takes other phases as inputs, instead of Node.
        GLuint output_texture;
        unsigned output_texture_width, output_texture_height;