Fixed a typo: 'candidate', not 'canidate'.
[synfig.git] / synfig-studio / trunk / src / synfigapp / actions / waypointsetsmart.cpp
index 03c9431..1f6d07a 100644 (file)
@@ -109,9 +109,9 @@ Action::WaypointSetSmart::get_param_vocab()
 }
 
 bool
-Action::WaypointSetSmart::is_canidate(const ParamList &x)
+Action::WaypointSetSmart::is_candidate(const ParamList &x)
 {
-       if(canidate_check(get_param_vocab(),x))
+       if(candidate_check(get_param_vocab(),x))
        {
                if(!ValueNode_Animated::Handle::cast_dynamic(x.find("value_node")->second.get_value_node()))
                        return false;