Fixed a typo: 'candidate', not 'canidate'.
[synfig.git] / synfig-studio / trunk / src / synfigapp / actions / groupaddlayers.cpp
index 3e93b56..369dd45 100644 (file)
@@ -82,9 +82,9 @@ Action::GroupAddLayers::get_param_vocab()
 }
 
 bool
-Action::GroupAddLayers::is_canidate(const ParamList &x)
+Action::GroupAddLayers::is_candidate(const ParamList &x)
 {
-       return canidate_check(get_param_vocab(),x);
+       return candidate_check(get_param_vocab(),x);
 }
 
 bool