From 2273a33d19bc6c9a50d768171349ccf50b56348e Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Wed, 26 May 2010 13:19:42 +0200 Subject: [PATCH] fixed typo in phpdoc --- lib/Twig/Token.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) 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) -- 1.7.2.5