Correcting typo in python stub comments.
This commit is contained in:
parent
23b8ec4ff8
commit
d735e034eb
|
@ -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')
|
||||
|
|
|
@ -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')
|
||||
|
|
|
@ -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')
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue