Fixed a typo: 'candidate', not 'canidate'.
[synfig.git] / synfig-studio / trunk / src / synfigapp / actions / valuedesclink.cpp
index c51f319..52d9477 100644 (file)
@@ -78,9 +78,9 @@ Action::ValueDescLink::get_param_vocab()
 }
 
 bool
-Action::ValueDescLink::is_canidate(const ParamList &x)
+Action::ValueDescLink::is_candidate(const ParamList &x)
 {
-       return canidate_check(get_param_vocab(),x);
+       return candidate_check(get_param_vocab(),x);
 }
 
 bool