summaryrefslogtreecommitdiff
path: root/components/chroot-hooks
diff options
context:
space:
mode:
Diffstat (limited to 'components/chroot-hooks')
-rwxr-xr-xcomponents/chroot-hooks2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/chroot-hooks b/components/chroot-hooks
index 6d973afea..46ce6e247 100755
--- a/components/chroot-hooks
+++ b/components/chroot-hooks
@@ -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')