Correcting typo in python stub comments.

This commit is contained in:
Daniel Baumann 2014-08-24 00:50:33 +02:00
parent 23b8ec4ff8
commit d735e034eb
4 changed files with 4 additions and 4 deletions

View File

@ -93,7 +93,7 @@ def main():
exec_hook = subprocess.check_call('cd binary && live-build/' + os.path.basename(hook), shell=True)
os.remove('binary/live-build/' + os.path.basename(hook))
# unmount coniguration directory
# unmount configuration directory
umount = subprocess.check_call('umount binary/live-build/config', shell=True)
os.rmdir('binary/live-build/config')

View File

@ -93,7 +93,7 @@ def main():
exec_hook = subprocess.check_call('chroot chroot /live-build/' + os.path.basename(hook), shell=True)
os.remove('chroot/live-build/' + os.path.basename(hook))
# unmount coniguration directory
# unmount configuration directory
umount = subprocess.check_call('umount chroot/live-build/config', shell=True)
os.rmdir('chroot/live-build/config')

View File

@ -93,7 +93,7 @@ def main():
exec_hook = subprocess.check_call('chroot chroot /live-build/' + os.path.basename(hook), shell=True)
os.remove('chroot/live-build/' + os.path.basename(hook))
# unmount coniguration directory
# unmount configuration directory
umount = subprocess.check_call('umount chroot/live-build/config', shell=True)
os.rmdir('chroot/live-build/config')

View File

@ -93,7 +93,7 @@ def main():
exec_hook = subprocess.check_call('cd source && live-build/' + os.path.basename(hook), shell=True)
os.remove('source/live-build/' + os.path.basename(hook))
# unmount coniguration directory
# unmount configuration directory
umount = subprocess.check_call('umount source/live-build/config', shell=True)
os.rmdir('source/live-build/config')