Parcourir la source

Merge branch 'hotfix/199'

Close #199
Matthew Weier O'Phinney il y a 12 ans
Parent
commit
85fe9d6c78
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      library/Zend/Log.php

+ 1 - 1
library/Zend/Log.php

@@ -304,7 +304,7 @@ class Zend_Log
             return $namespace . $className;
         }
 
-        // emtpy namespace given?
+        // empty namespace given?
         if (strlen($namespace) === 0) {
             return $className;
         }