ConfigForm: just fixing typo

Signed-off-by: Thomas Gelf <thomas@gelf.net>
This commit is contained in:
Marianne Spiller 2016-03-03 12:55:31 +01:00 committed by Thomas Gelf
parent 7073612df5
commit 107856f7d6
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ class ConfigForm extends QuickForm
|| $resourceConfig->charset !== 'utf8'
) {
$this->getElement('resource')
->addError('Please change the encodig for the director database to utf8')
->addError('Please change the encoding for the director database to utf8')
->removeDecorator('description');
}