Browse Source

fix typo

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@19149 44c647ce-9c0f-0410-b52a-842ac1e357ba
stas 16 years ago
parent
commit
aeb3b3c135
1 changed files with 1 additions and 1 deletions
  1. 1 1
      library/Zend/Config/Xml.php

+ 1 - 1
library/Zend/Config/Xml.php

@@ -61,7 +61,7 @@ class Zend_Config_Xml extends Zend_Config
      *
      * @param  string  $xml     XML file or string to process
      * @param  mixed   $section Section to process
-     * @param  boolean $options Whether modifiacations are allowed at runtime
+     * @param  boolean $options Whether modifications are allowed at runtime
      * @throws Zend_Config_Exception When xml is not set or cannot be loaded
      * @throws Zend_Config_Exception When section $sectionName cannot be found in $xml
      */