Fix typo in PlCache's memcached backend.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Sat, 18 Aug 2012 14:17:38 +0000 (16:17 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Sat, 18 Aug 2012 14:17:38 +0000 (16:17 +0200)
Signed-off-by: Nicolas Iooss <nicolas.iooss@polytechnique.org>
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
classes/plcache.php

index db0bb0c..9558b01 100644 (file)
@@ -474,7 +474,7 @@ class PlMemcacheCache implements PlCacheBackend
         return $this->context->get($key) !== false;
     }
 
-    public function get($key, $type, $callbac, $cbargs, $expire)
+    public function get($key, $type, $callback, $cbargs, $expire)
     {
         $value = $this->context->get($key);
         if ($value === false) {