fixed typo

This commit is contained in:
Fabien Potencier
2010-12-28 21:05:58 +01:00
parent 5c0d907e08
commit b0e766f256
+1 -1
View File
@@ -16,7 +16,7 @@
* @package twig
* @author Arnaud Le Blanc <arnaud.lb@gmail.com>
*/
class Twig_Function_Method extends Twig_Filter
class Twig_Function_Method extends Twig_Function
{
protected $extension, $method;