diff -r fdace9d67d96 -r cdef82ca9eab misc/migration/3.10.9_Any.py --- a/misc/migration/3.10.9_Any.py Thu Jun 23 07:41:25 2011 +0200 +++ b/misc/migration/3.10.9_Any.py Mon Jun 27 15:30:52 2011 +0200 @@ -11,7 +11,7 @@ from logilab.common.shellutils import progress from cubicweb.server.session import hooks_control rset = rql('Any X, XC WHERE X cwuri XC, X cwuri ~= "%/eid/%"') - title = "%i entites to fix" % len(rset) + title = "%i entities to fix" % len(rset) nbops = rset.rowcount enabled = interactive_mode with progress(title=title, nbops=nbops, size=30, enabled=enabled) as pb: