Fixed a typo: 'candidate', not 'canidate'.
[synfig.git] / synfig-studio / trunk / src / synfigapp / actions / layeractivate.cpp
index 6549cd3..7e29845 100644 (file)
@@ -96,9 +96,9 @@ Action::LayerActivate::get_param_vocab()
 }
 
 bool
-Action::LayerActivate::is_canidate(const ParamList &x)
+Action::LayerActivate::is_candidate(const ParamList &x)
 {
-       return canidate_check(get_param_vocab(),x);
+       return candidate_check(get_param_vocab(),x);
 }
 
 bool