Browse Source

[TYPO] s/depreciated/deprecated/ig

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@20440 44c647ce-9c0f-0410-b52a-842ac1e357ba
matthew 16 years ago
parent
commit
f3f9748172

+ 1 - 1
library/Zend/Locale.php

@@ -743,7 +743,7 @@ class Zend_Locale
      *
      * @param  string|Zend_Locale $locale     Locale to check for
      * @param  boolean            $strict     (Optional) If true, no rerouting will be done when checking
-     * @param  boolean            $compatible (DEPRECIATED) Only for internal usage, brakes compatibility mode
+     * @param  boolean            $compatible (DEPRECATED) Only for internal usage, brakes compatibility mode
      * @return boolean If the locale is known dependend on the settings
      */
     public static function isLocale($locale, $strict = false, $compatible = true)

+ 1 - 1
library/Zend/Validate/Alnum.php

@@ -40,7 +40,7 @@ class Zend_Validate_Alnum extends Zend_Validate_Abstract
      * Whether to allow white space characters; off by default
      *
      * @var boolean
-     * @depreciated
+     * @deprecated
      */
     public $allowWhiteSpace;
 

+ 1 - 1
library/Zend/Validate/Alpha.php

@@ -40,7 +40,7 @@ class Zend_Validate_Alpha extends Zend_Validate_Abstract
      * Whether to allow white space characters; off by default
      *
      * @var boolean
-     * @depreciated
+     * @deprecated
      */
     public $allowWhiteSpace;
 

+ 1 - 1
library/Zend/Validate/File/Md5.php

@@ -123,7 +123,7 @@ class Zend_Validate_File_Md5 extends Zend_Validate_File_Hash
      * Adds the md5 hash for one or multiple files
      *
      * @param  string|array $options
-     * @param  string       $algorithm (Depreciated) Algorithm to use, fixed to md5
+     * @param  string       $algorithm (Deprecated) Algorithm to use, fixed to md5
      * @return Zend_Validate_File_Hash Provides a fluent interface
      */
     public function addHash($options)