From 1894f18c68e5f26e213f3e6a8b9bc9fc39736457 Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Fri, 30 Nov 2012 20:22:31 +0100 Subject: [PATCH] fixed typo --- lib/Twig/Environment.php | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Twig/Environment.php b/lib/Twig/Environment.php index 9134aa5..5c9b46c 100644 --- a/lib/Twig/Environment.php +++ b/lib/Twig/Environment.php @@ -864,7 +864,7 @@ class Twig_Environment * * @param string $name The filter name * - * @return Twig_Filter|false A Twig_Filter instance or false if the filter does not exists + * @return Twig_Filter|false A Twig_Filter instance or false if the filter does not exist */ public function getFilter($name) { @@ -953,7 +953,7 @@ class Twig_Environment * * @param string $name function name * - * @return Twig_Function|false A Twig_Function instance or false if the function does not exists + * @return Twig_Function|false A Twig_Function instance or false if the function does not exist */ public function getFunction($name) { -- 1.7.2.5