Browse Source

fix typo

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

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

@@ -49,7 +49,7 @@ class Zend_Config_Ini extends Zend_Config
     protected $_sectionSeparator = ':';
 
     /**
-     * Wether to skip extends or not
+     * Whether to skip extends or not
      *
      * @var boolean
      */

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

@@ -40,7 +40,7 @@ class Zend_Config_Xml extends Zend_Config
     const XML_NAMESPACE = 'http://framework.zend.com/xml/zend-config-xml/1.0/';
 
     /**
-     * Wether to skip extends or not
+     * Whether to skip extends or not
      *
      * @var boolean
      */