From 5472d5ab5adc1267676db046f649aa048c7277a9 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Wed, 28 Nov 2007 21:28:29 -0600 Subject: Fixed a typo (mkarchchroot -> mkarchroot) Signed-off-by: Aaron Griffin --- mkarchroot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mkarchroot') diff --git a/mkarchroot b/mkarchroot index e3d4a7d..bc81872 100755 --- a/mkarchroot +++ b/mkarchroot @@ -102,7 +102,7 @@ if [ "$RUN" != "" ]; then #Sanity check if [ ! -f "${working_dir}/.arch-chroot" ]; then echo "error: '${working_dir}' does not appear to be a Arch chroot" - echo " please build the image using mkarchchroot" + echo " please build the image using mkarchroot" exit 1 fi -- cgit v1.2.3-24-g4f1b