# HG changeset patch
# User Sylvain Thénault <sylvain.thenault@logilab.fr>
# Date 1288798789 -3600
# Node ID 55a94beb521d5bf33ea11cda2542c56f805d92ba
# Parent  7b6acf314a7a481231dd1659b2438194e4ce2a84# Parent  1719137de7da49118927f83dd74bb38d40efe50b
backport stable

diff -r 7b6acf314a7a -r 55a94beb521d vregistry.py
--- a/vregistry.py	Tue Nov 02 08:16:18 2010 +0100
+++ b/vregistry.py	Wed Nov 03 16:39:49 2010 +0100
@@ -480,7 +480,7 @@
         - first ensure parent classes are already registered
 
         - class with __abstract__ == True in their local dictionnary or
-          with a name starting starting by an underscore are not registered
+          with a name starting with an underscore are not registered
 
         - appobject class needs to have __registry__ and __regid__ attributes
           set to a non empty string to be registered.