0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1642 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
David Goodwin 2014-02-19 11:47:17 +00:00
parent e5417c2371
commit eb2ccbc2e5

View File

@ -102,7 +102,7 @@ final class Config {
break;
}
error_log('Config::read(): attemp to read undefined config option "' . join('.', $name) . '", returning null');
error_log('Config::read(): attempt to read undefined config option "' . join('.', $name) . '", returning null');
return null;
}