From 7f7069a0392bf5a5815e2a7452f5879b25959155 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 14 Jan 2013 22:48:14 +0100 Subject: [PATCH] Small spelling fix. --- effect_chain.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2