Fix some typos in code comments

Most of them were found by codespell.

Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
Stefan Weil
2016-02-16 21:56:32 +01:00
parent 0935a9c193
commit 50e7311390
3 changed files with 4 additions and 4 deletions

View File

@@ -275,7 +275,7 @@ foreach ($langs as $key => $value) {
$languages[$key] = $key;
}
// set default langauge before anything else to
// set default language before anything else to
// ensure that we can display messages
$language = Settings::Get('panel.standardlanguage');