summaryrefslogtreecommitdiff
path: root/components/source-hooks
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2014-08-24 00:50:33 +0200
committerDaniel Baumann <mail@daniel-baumann.ch>2014-08-24 00:56:56 +0200
commitd735e034ebcf3b2a67904aec039066044a495328 (patch)
tree720f67ff5485387d2441c09bd0c70845f74aeed6 /components/source-hooks
parent23b8ec4ff8163467d260b572ee7524f5f2046a6b (diff)
downloadvyos-live-build-d735e034ebcf3b2a67904aec039066044a495328.tar.gz
vyos-live-build-d735e034ebcf3b2a67904aec039066044a495328.zip
Correcting typo in python stub comments.
Diffstat (limited to 'components/source-hooks')
-rwxr-xr-xcomponents/source-hooks2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/source-hooks b/components/source-hooks
index 552e228da..0766ea70b 100755
--- a/components/source-hooks
+++ b/components/source-hooks
@@ -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')