浏览代码

Closes #593 - fix typo in PHPDoc @throws annotation of Zend_Registry::get()

frank 10 年之前
父节点
当前提交
f40ec7fee5
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      library/Zend/Registry.php

+ 1 - 1
library/Zend/Registry.php

@@ -136,7 +136,7 @@ class Zend_Registry extends ArrayObject
      *
      * @param string $index - get the value associated with $index
      * @return mixed
-     * @throws Zend_Exception if no entry is registerd for $index.
+     * @throws Zend_Exception if no entry is registered for $index.
      */
     public static function get($index)
     {