git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16870 44c647ce-9c0f-0410-b52a-842ac1e357ba
@@ -40,7 +40,7 @@ class Zend_Filter_Alnum implements Zend_Filter_Interface
* Whether to allow white space characters; off by default
*
* @var boolean
- * @depreciated
+ * @deprecated
*/
public $allowWhiteSpace;
@@ -40,7 +40,7 @@ class Zend_Filter_Alpha implements Zend_Filter_Interface
@@ -46,7 +46,7 @@ class Zend_Filter_StripTags implements Zend_Filter_Interface
* If false (the default), then comments are removed from the input string.
public $commentsAllowed;