From d735e034ebcf3b2a67904aec039066044a495328 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 24 Aug 2014 00:50:33 +0200 Subject: Correcting typo in python stub comments. --- components/source-hooks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/source-hooks') 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') -- cgit v1.2.3