diff --git a/lib/Alchemy/Phrasea/Cache/MemcacheCache.php b/lib/Alchemy/Phrasea/Cache/MemcacheCache.php index 76e32e41c5..d41389691a 100644 --- a/lib/Alchemy/Phrasea/Cache/MemcacheCache.php +++ b/lib/Alchemy/Phrasea/Cache/MemcacheCache.php @@ -26,7 +26,7 @@ class MemcacheCache extends DoctrineMemcache implements Cache */ public function getName() { - return 'memecache'; + return 'memcache'; } /** diff --git a/lib/classes/API/V1/adapter.class.php b/lib/classes/API/V1/adapter.class.php index ce27ff20ef..e37997faf3 100644 --- a/lib/classes/API/V1/adapter.class.php +++ b/lib/classes/API/V1/adapter.class.php @@ -98,7 +98,7 @@ class API_V1_adapter extends API_V1_Abstract /** * Get a list of phraseanet tasks * - * @param \Silex\Application $app The API silex application + * @param \Silex\Application $app The API silex application * @return \API_V1_result */ public function get_task_list(Application $app)