Fixed a typo: 'candidate', not 'canidate'.
[synfig.git] / synfig-studio / trunk / src / synfigapp / actions / layerraise.cpp
index fcc3616..1efbb8e 100644 (file)
@@ -77,9 +77,9 @@ Action::LayerRaise::get_param_vocab()
 }
 
 bool
-Action::LayerRaise::is_canidate(const ParamList &x)
+Action::LayerRaise::is_candidate(const ParamList &x)
 {
-       if(!canidate_check(get_param_vocab(),x))
+       if(!candidate_check(get_param_vocab(),x))
                return false;
        if(x.find("layer")->second.get_layer()->get_depth()==0)
                return false;