Fixed a typo: 'candidate', not 'canidate'.
[synfig.git] / synfig-studio / trunk / src / synfigapp / actions / colorset.cpp
index 967b070..a9b535d 100644 (file)
@@ -86,9 +86,9 @@ Action::ColorSet::get_param_vocab()
 }
 
 bool
-Action::ColorSet::is_canidate(const ParamList &x)
+Action::ColorSet::is_candidate(const ParamList &x)
 {
-       if(!canidate_check(get_param_vocab(),x))
+       if(!candidate_check(get_param_vocab(),x))
                return false;
        return x.find("value_desc")->second.get_value_desc().get_value_type()==ValueBase::TYPE_COLOR;
 }