Преглед изворни кода

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)
     {