Fixed a typo: 'candidate', not 'canidate'.
[synfig.git] / synfig-studio / trunk / src / synfigapp / actions / timepointsmove.cpp
index 3a6cc84..9799356 100644 (file)
@@ -113,9 +113,9 @@ Action::TimepointsMove::get_param_vocab()
 }
 
 bool
-Action::TimepointsMove::is_canidate(const ParamList &x)
+Action::TimepointsMove::is_candidate(const ParamList &x)
 {
-       if(!canidate_check(get_param_vocab(),x)) 
+       if(!candidate_check(get_param_vocab(),x)) 
                return false;
        
        if(     x.find("addlayer") == x.end() &&