fixed typo

This commit is contained in:
Pascal Borreli 2010-04-07 19:37:33 -07:00 committed by Fabien Potencier
parent e815a7eb2e
commit 7d106aa80e
4 changed files with 5 additions and 5 deletions

View File

@ -40,8 +40,8 @@ abstract class GetterDecorator extends Escaper
* Typically (using this implementation) the raw value is obtained using the * Typically (using this implementation) the raw value is obtained using the
* {@link getRaw()} method, escaped and the result returned. * {@link getRaw()} method, escaped and the result returned.
* *
* @param string $key The key to retieve * @param string $key The key to retrieve
* @param string $escaper The escaping method (a PHP function) to use * @param string $escaper The escaping method (a PHP function) to use
* *
* @return mixed The escaped value * @return mixed The escaped value
*/ */

View File

@ -329,7 +329,7 @@ class DoctrineExtension extends LoaderExtension
} }
/** /**
* Returns the recommanded alias to use in XML. * Returns the recommended alias to use in XML.
* *
* This alias is also the mandatory prefix to use when using YAML. * This alias is also the mandatory prefix to use when using YAML.
* *

View File

@ -39,7 +39,7 @@ class UserHelper extends Helper
* Returns a user attribute * Returns a user attribute
* *
* @param string $name The attribute name * @param string $name The attribute name
* @param mixed $default The defaut value * @param mixed $default The default value
* *
* @return mixed * @return mixed
*/ */

View File

@ -54,7 +54,7 @@ class User
* Returns a user attribute * Returns a user attribute
* *
* @param string $name The attribute name * @param string $name The attribute name
* @param mixed $default The defaut value * @param mixed $default The default value
* *
* @return mixed * @return mixed
*/ */