Fix typo.

This commit is contained in:
Felix Geyer 2012-05-13 13:33:55 +02:00
parent 23792eb069
commit af726d465d
4 changed files with 5 additions and 5 deletions

View file

@ -152,7 +152,7 @@ Group::TriState Group::autoTypeEnabled() const
return m_autoTypeEnabled;
}
Group::TriState Group::searchingEnabed() const
Group::TriState Group::searchingEnabled() const
{
return m_searchingEnabled;
}