From: Steinar H. Gunderson Date: Tue, 9 Oct 2012 09:38:59 +0000 (+0200) Subject: Typo fix. X-Git-Tag: 1.0~331 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=9b4350ffc9c559b6ed666e1858ec7396455ff9ab Typo fix. --- diff --git a/effect_chain.h b/effect_chain.h index b3e03d5..48b6087 100644 --- a/effect_chain.h +++ b/effect_chain.h @@ -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;