소스 검색

Merge branch 'hotfix/199'

Close #199
Matthew Weier O'Phinney 12 년 전
부모
커밋
85fe9d6c78
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      library/Zend/Log.php

+ 1 - 1
library/Zend/Log.php

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