Skip to content

Commit

Permalink
Fix typo in class name.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Nov 30, 2014
1 parent e07eb45 commit 6d83c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Cache/Engine/MemcachedEngine.php
Expand Up @@ -127,7 +127,7 @@ public function init(array $config = []) {
if ($this->_config['persistent']) {
$this->_Memcached = new Memcached((string)$this->_config['persistent']);
} else {
$this->_Memcached = new Memecached();
$this->_Memcached = new Memcached();
}
$this->_setOptions();

Expand Down

0 comments on commit 6d83c72

Please sign in to comment.