Fixed a typo: 'candidate', not 'canidate'.
[synfig.git] / synfig-studio / trunk / src / synfigapp / actions / valuedescset.cpp
index 60f4d75..fb114fc 100644 (file)
@@ -132,9 +132,9 @@ Action::ValueDescSet::get_param_vocab()
 }
 
 bool
-Action::ValueDescSet::is_canidate(const ParamList &x)
+Action::ValueDescSet::is_candidate(const ParamList &x)
 {
-       return canidate_check(get_param_vocab(),x);
+       return candidate_check(get_param_vocab(),x);
 }
 
 bool