From: Fabien Potencier Date: Wed, 26 May 2010 11:19:42 +0000 (+0200) Subject: fixed typo in phpdoc X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=2273a33d19bc6c9a50d768171349ccf50b56348e;p=web%2Fkonrad%2Ftwig.git fixed typo in phpdoc --- diff --git a/lib/Twig/Token.php b/lib/Twig/Token.php index 88bf898..e900850 100644 --- a/lib/Twig/Token.php +++ b/lib/Twig/Token.php @@ -40,9 +40,9 @@ class Twig_Token /** * Test the current token for a type. The first argument is the type - * of the token (if not given Twig_Token::NAME_NAME), the second the + * of the token (if not given Twig_Token::NAME_TYPE), the second the * value of the token (if not given value is not checked). - * the token value can be an array if multiple checks shoudl be + * the token value can be an array if multiple checks should be * performed. */ public function test($type, $values = null)