From f0c0589b0801b5176ac068fdb90820cd8c51d35d Mon Sep 17 00:00:00 2001 From: messju Date: Tue, 29 May 2007 10:20:26 +0000 Subject: [PATCH] fixed typo --- libs/plugins/compiler.assign.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/plugins/compiler.assign.php b/libs/plugins/compiler.assign.php index be172985..abef377f 100644 --- a/libs/plugins/compiler.assign.php +++ b/libs/plugins/compiler.assign.php @@ -14,7 +14,7 @@ * @link http://smarty.php.net/manual/en/language.custom.functions.php#LANGUAGE.FUNCTION.ASSIGN {assign} * (Smarty online manual) * @author Monte Ohrt (initial author) - * @auther messju mohr (conversion to compiler function) + * @author messju mohr (conversion to compiler function) * @param string containing var-attribute and value-attribute * @param Smarty_Compiler */