diff -r dc79f1a3c6ed -r fcb8932082a5 devtools/__init__.py --- a/devtools/__init__.py Thu Apr 14 11:38:10 2011 +0200 +++ b/devtools/__init__.py Thu Apr 14 14:18:44 2011 +0200 @@ -384,7 +384,7 @@ def get_cnx(self): - """return Connection object ont he current repository""" + """return Connection object on the current repository""" from cubicweb.dbapi import in_memory_cnx repo = self.get_repo() sources = self.config.sources()