Browse Source

ZF-10171: fix typo

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@22609 44c647ce-9c0f-0410-b52a-842ac1e357ba
torio 15 years ago
parent
commit
1593bc5d3c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      library/Zend/Application/Resource/Exception.php

+ 1 - 1
library/Zend/Application/Resource/Exception.php

@@ -21,7 +21,7 @@
  */
 
 /**
- * @see Zend_Exception
+ * @see Zend_Application_Exception
  */
 require_once 'Zend/Application/Exception.php';