From db16d0d2e607c67a961821d77465aba0173547a3 Mon Sep 17 00:00:00 2001 From: Uwe Tews Date: Sun, 6 Aug 2017 02:58:05 +0200 Subject: [PATCH] fixed typo --- libs/plugins/modifiercompiler.count_characters.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/plugins/modifiercompiler.count_characters.php b/libs/plugins/modifiercompiler.count_characters.php index 0a3ce257..f752d861 100644 --- a/libs/plugins/modifiercompiler.count_characters.php +++ b/libs/plugins/modifiercompiler.count_characters.php @@ -9,7 +9,7 @@ /** * Smarty count_characters modifier plugin * Type: modifier
- * Name: count_characteres
+ * Name: count_characters
* Purpose: count the number of characters in a text * * @link http://www.smarty.net/manual/en/language.modifier.count.characters.php count_characters (Smarty online manual)