Fixed a typo: 'candidate', not 'canidate'.
[synfig.git] / synfig-studio / trunk / src / synfigapp / actions / keyframeadd.cpp
index cd73e6c..db3b7a5 100644 (file)
@@ -77,9 +77,9 @@ Action::KeyframeAdd::get_param_vocab()
 }
 
 bool
-Action::KeyframeAdd::is_canidate(const ParamList &x)
+Action::KeyframeAdd::is_candidate(const ParamList &x)
 {
-       if(!canidate_check(get_param_vocab(),x))
+       if(!candidate_check(get_param_vocab(),x))
                return false;
        
        return true;