Fixed a typo: 'candidate', not 'canidate'.
[synfig.git] / synfig-studio / trunk / src / synfigapp / actions / layerduplicate.cpp
index 4f6b2de..56d3444 100644 (file)
@@ -77,9 +77,9 @@ Action::LayerDuplicate::get_param_vocab()
 }
 
 bool
-Action::LayerDuplicate::is_canidate(const ParamList &x)
+Action::LayerDuplicate::is_candidate(const ParamList &x)
 {
-       return canidate_check(get_param_vocab(),x);
+       return candidate_check(get_param_vocab(),x);
 }
 
 bool