Index: memcache_admin/memcache_admin.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/memcache/memcache_admin/memcache_admin.module,v
retrieving revision 1.5.2.5
diff -u -p -r1.5.2.5 memcache_admin.module
--- memcache_admin/memcache_admin.module	14 Oct 2010 01:57:32 -0000	1.5.2.5
+++ memcache_admin/memcache_admin.module	3 Nov 2010 19:48:09 -0000
@@ -76,7 +76,7 @@ function memcache_admin_menu() {
       $count++;
 
       $sub_count = 0;
-      foreach (array('default', 'reset', 'malloc', 'maps', 'slabs', 'items', 'sizes') as $type) {
+      foreach (array('default', 'malloc', 'maps', 'slabs', 'items', 'sizes') as $type) {
         $items['admin/reports/memcache/'. $cluster .'/'. $type] = array(
           'type' => $type == 'default' ? MENU_DEFAULT_LOCAL_TASK : MENU_LOCAL_TASK,
           'page callback' => 'memcache_admin_stats',
@@ -109,7 +109,7 @@ function memcache_admin_admin_settings()
  * Memcahe Stats page
  *
  * @param string $cluster - which cluster to view?
- * @param string $type - which type of stat, eg: default, reset, malloc, maps, cachedump, slabs, items or sizes
+ * @param string $type - which type of stat, eg: default, malloc, maps, cachedump, slabs, items or sizes
  * @return string
  */
 function memcache_admin_stats($cluster = 'default', $type = 'default') {
