diff -r 55366f5b7a9f -r a7e40cccdc9b devtools/devctl.py --- a/devtools/devctl.py Tue Jun 01 08:34:35 2010 +0200 +++ b/devtools/devctl.py Wed Jun 02 13:02:47 2010 +0200 @@ -274,7 +274,7 @@ def run(self, args): """run the command with its specific arguments""" if args: - raise BadCommandUsage('Too much arguments') + raise BadCommandUsage('Too many arguments') import shutil import tempfile import yams