Fixed a typo: 'candidate', not 'canidate'.
[synfig.git] / synfig-studio / trunk / src / synfigapp / actions / layersetdesc.cpp
index 6e42333..5018de2 100644 (file)
@@ -83,9 +83,9 @@ Action::LayerSetDesc::get_param_vocab()
 }
 
 bool
-Action::LayerSetDesc::is_canidate(const ParamList &x)
+Action::LayerSetDesc::is_candidate(const ParamList &x)
 {
-       return canidate_check(get_param_vocab(),x);
+       return candidate_check(get_param_vocab(),x);
 }
 
 bool