Skip to content

Commit

Permalink
Fix typo in GeoService
Browse files Browse the repository at this point in the history
  • Loading branch information
bmack committed Dec 23, 2015
1 parent dc23d19 commit b3c5110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Service/GeoService.php
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ public function getCityFromZip($zip, $country = 'Germany', $street = null)
protected function initializeCache()
{
try {
$cacheManager = GeneralUtility::makeInstance('TYPO3\\CMS\\Core\\Cache\\CacheMananger');
$cacheManager = GeneralUtility::makeInstance('TYPO3\\CMS\\Core\\Cache\\CacheManager');

return $cacheManager->getCache('geocoding');
} catch (\TYPO3\CMS\Core\Cache\Exception\NoSuchCacheException $e) {
Expand Down

0 comments on commit b3c5110

Please sign in to comment.