From eb2ccbc2e5015d2bec90262a6da5cd9217c93b0b Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Wed, 19 Feb 2014 11:47:17 +0000 Subject: [PATCH] typo fix git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1642 a1433add-5e2c-0410-b055-b7f2511e0802 --- model/Config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/Config.php b/model/Config.php index 6a2ecae6..821e310c 100644 --- a/model/Config.php +++ b/model/Config.php @@ -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; }