From 1ca111585d01f57c20b51aef572ea007f88b65f2 Mon Sep 17 00:00:00 2001
From: Nicolas Delaby <nicolas@nexedi.com>
Date: Mon, 15 Jun 2009 13:19:23 +0000
Subject: [PATCH] typo

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@27570 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5Type/PropertySheet/MemcachedPlugin.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5Type/PropertySheet/MemcachedPlugin.py b/product/ERP5Type/PropertySheet/MemcachedPlugin.py
index 070ab733c1..d572df2261 100644
--- a/product/ERP5Type/PropertySheet/MemcachedPlugin.py
+++ b/product/ERP5Type/PropertySheet/MemcachedPlugin.py
@@ -33,7 +33,7 @@ class MemcachedPlugin:
 
   _properties = (
         {'id'          : 'server_max_key_length',
-         'description' : 'Mew key len authorise by Server. 0 means no limit',
+         'description' : 'Max key len authorised by Server. 0 means no limit',
          'type'        : 'int',
          'default'     :  250,
          'mode'        : 'w' ,
-- 
2.30.9