Browse Source

[ZF-9228]Typo in Zend_Form_Decorator_Abstract

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@21146 44c647ce-9c0f-0410-b52a-842ac1e357ba
yoshida@zend.co.jp 16 years ago
parent
commit
9f99170e96
1 changed files with 1 additions and 1 deletions
  1. 1 1
      library/Zend/Form/Decorator/Abstract.php

+ 1 - 1
library/Zend/Form/Decorator/Abstract.php

@@ -244,7 +244,7 @@ abstract class Zend_Form_Decorator_Abstract implements Zend_Form_Decorator_Inter
      *
      * @param  string $content
      * @return string
-     * @throws Zend_Dorm_Decorator_Exception when unimplemented
+     * @throws Zend_Form_Decorator_Exception when unimplemented
      */
     public function render($content)
     {