]> git.sesse.net Git - movit/commitdiff
Typo fix.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 9 Oct 2012 09:38:59 +0000 (11:38 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 9 Oct 2012 09:38:59 +0000 (11:38 +0200)
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).
        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;
        // that Phase takes other phases as inputs, instead of Node.
        GLuint output_texture;
        unsigned output_texture_width, output_texture_height;