misc/migration/3.10.9_Any.py
branchstable
changeset 7550 183a61d1bab9
parent 7261 1d1446e9dfe2
child 8694 d901c36bcfce
--- a/misc/migration/3.10.9_Any.py	Wed Jun 22 16:34:27 2011 +0200
+++ b/misc/migration/3.10.9_Any.py	Wed Jun 22 18:23:44 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: