From a15e8f7c72c4d98e39b0560dad77b69873f3688d Mon Sep 17 00:00:00 2001 From: Tobias Schultze Date: Thu, 26 Jan 2012 12:48:56 +0100 Subject: [PATCH] typo again --- lib/Twig/Extension/Core.php | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/Twig/Extension/Core.php b/lib/Twig/Extension/Core.php index 3a7d6f8..a32946e 100644 --- a/lib/Twig/Extension/Core.php +++ b/lib/Twig/Extension/Core.php @@ -283,7 +283,7 @@ function twig_cycle($values, $i) } /** - * Returns a random value depending on the supplied paramter type: + * Returns a random value depending on the supplied parameter type: * - a random item from a Traversable or array * - a random character from a string * - a random integer between 0 and the integer parameter -- 1.7.2.5