From 4fe50e6b21d03bb18309955d3b69a22d7c819c14 Mon Sep 17 00:00:00 2001 From: Eric Chavaillaz <eric.chavaillaz@gmail.com> Date: Tue, 16 Sep 2014 21:00:11 +0200 Subject: [PATCH] [BUGFIX] Fix a typo Resolves: #61660 Releases: 6.3 Change-Id: I4a3649332e70a935e7957d8a4132c27ea9614f87 Reviewed-on: http://review.typo3.org/32813 Reviewed-by: Wouter Wolters <typo3@wouterwolters.nl> Tested-by: Wouter Wolters <typo3@wouterwolters.nl> --- typo3/sysext/backend/Classes/Utility/IconUtility.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typo3/sysext/backend/Classes/Utility/IconUtility.php b/typo3/sysext/backend/Classes/Utility/IconUtility.php index 36f42af2edb8..5a8582498107 100644 --- a/typo3/sysext/backend/Classes/Utility/IconUtility.php +++ b/typo3/sysext/backend/Classes/Utility/IconUtility.php @@ -577,7 +577,7 @@ class IconUtility { * and the correct background-position to show the necessary icon. * * If no options or overlays are given, the icon will be cached in - * $priteIconCache. + * $spriteIconCache. * * @param string $iconName The name of the icon to fetch * @param array $options An associative array with additional options and attributes for the tag. by default, the key is the name of the attribute, and the value is the parameter string that is set. However, there are some additional special reserved keywords that can be used as keys: "html" (which is the HTML that will be inside the icon HTML tag), "tagName" (which is an alternative tagName than "span"), and "class" (additional class names that will be merged with the sprite icon CSS classes) -- GitLab