Fixed a typo: 'candidate', not 'canidate'.
[synfig.git] / synfig-studio / trunk / src / synfigapp / actions / layerparamdisconnect.cpp
index 15781d8..49e9f95 100644 (file)
@@ -86,9 +86,9 @@ Action::LayerParamDisconnect::get_param_vocab()
 }
 
 bool
-Action::LayerParamDisconnect::is_canidate(const ParamList &x)
+Action::LayerParamDisconnect::is_candidate(const ParamList &x)
 {
-       return canidate_check(get_param_vocab(),x);
+       return candidate_check(get_param_vocab(),x);
 }
 
 bool