Fix typo in comment.

Thanks to fml for noticing.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31595 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Dominik Riebeling 2012-01-06 20:45:36 +00:00
parent f22ecf6726
commit 959432d728

View file

@ -43,9 +43,9 @@ class EncoderBase : public EncTtsSettingInterface
// settings
//! Child class should return true when configuration is ok
virtual bool configOk()=0;
//! Child class should fill in the setttingsList
//! Child class should fill in settingsList
virtual void generateSettings() = 0;
//! Chlid class should commit the from SettingsList to permanent storage
//! Child class should commit from SettingsList to permanent storage
virtual void saveSettings() = 0;
// static functions