From b7eb53c320ffc7b9087a219ea17d2813e7df3b55 Mon Sep 17 00:00:00 2001 From: Nicolas Le Goff Date: Thu, 3 May 2012 21:32:40 +0200 Subject: [PATCH] fix typo --- lib/Alchemy/Phrasea/Cache/MemcacheCache.php | 2 +- lib/classes/API/V1/adapter.class.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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)