Fix a few typos

This commit is contained in:
Éric Araujo 2011-11-14 18:18:15 +01:00
parent 84ed8f7075
commit bfc972974b
4 changed files with 4 additions and 4 deletions

View file

@ -368,7 +368,7 @@ actions = [
('list', 'List installed projects', _list),
('graph', 'Display a graph', _graph),
('create', 'Create a project', _create),
('generate-setup', 'Generate a backward-comptatible setup.py', _generate),
('generate-setup', 'Generate a backward-compatible setup.py', _generate),
]