From: Steinar H. Gunderson Date: Mon, 14 Jan 2013 21:48:14 +0000 (+0100) Subject: Small spelling fix. X-Git-Tag: 1.0~178 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=7f7069a0392bf5a5815e2a7452f5879b25959155;hp=756e3ceaca8c190a9e7c310272c1c6a0e41c9999 Small spelling fix. --- diff --git a/effect_chain.cpp b/effect_chain.cpp index 8db5376..4758215 100644 --- a/effect_chain.cpp +++ b/effect_chain.cpp @@ -317,7 +317,7 @@ void EffectChain::construct_glsl_programs(Node *output) { // Which effects have already been completed in this phase? // We need to keep track of it, as an effect with multiple outputs - // could otherwise be calculate multiple times. + // could otherwise be calculated multiple times. std::set completed_effects; // Effects in the current phase, as well as inputs (outputs from other phases