From 9b4350ffc9c559b6ed666e1858ec7396455ff9ab Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Tue, 9 Oct 2012 11:38:59 +0200 Subject: [PATCH] Typo fix. --- effect_chain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2