Skip to content

Commit

Permalink
Next typo in msg Memcache => Memcached
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomasz Narloch committed Aug 19, 2016
1 parent 6253625 commit 4e5e96b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/joomla/cache/storage/memcached.php
Expand Up @@ -64,7 +64,7 @@ protected function getConnection()
{
if (!static::isSupported())
{
throw new RuntimeException('Memcache Extension is not available');
throw new RuntimeException('Memcached Extension is not available');
}

$config = JFactory::getConfig();
Expand Down

0 comments on commit 4e5e96b

Please sign in to comment.