瀏覽代碼

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;
         }
 
-        // emtpy namespace given?
+        // empty namespace given?
         if (strlen($namespace) === 0) {
             return $className;
         }