#18741: fix more typos. Patch by Févry Thibault.

This commit is contained in:
Ezio Melotti 2013-08-17 16:11:40 +03:00
parent 9ff79f7c46
commit b5bc353b88
22 changed files with 38 additions and 36 deletions

View file

@ -545,7 +545,7 @@ class install(Command):
self.extra_dirs = extra_dirs
def change_roots(self, *names):
"""Change the install direcories pointed by name using root."""
"""Change the install directories pointed by name using root."""
for name in names:
attr = "install_" + name
setattr(self, attr, change_root(self.root, getattr(self, attr)))