From e9c47bf59d2876999d2dcf9f6cd916d66ce219a6 Mon Sep 17 00:00:00 2001 From: Manuel Raynaud Date: Fri, 6 Sep 2013 16:45:13 +0200 Subject: [PATCH] fix typo --- core/lib/Thelia/Core/Template/Element/BaseLoop.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Thelia/Core/Template/Element/BaseLoop.php b/core/lib/Thelia/Core/Template/Element/BaseLoop.php index f053999dc..d74f9894b 100755 --- a/core/lib/Thelia/Core/Template/Element/BaseLoop.php +++ b/core/lib/Thelia/Core/Template/Element/BaseLoop.php @@ -243,7 +243,7 @@ abstract class BaseLoop * * this function have to be implement in your own loop class. * - * All loops parameters can be accesible via getter. + * All loops parameters can be accessible via getter. * * for example, ref parameter is accessible through getRef method *