summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Griffin <aaronmgriffin@gmail.com>2007-11-28 21:28:29 -0600
committerAaron Griffin <aaronmgriffin@gmail.com>2007-11-28 21:28:29 -0600
commit5472d5ab5adc1267676db046f649aa048c7277a9 (patch)
tree90eb6583d0a188b4c2863f21794aa6aaa62d383c
parentf05495dfc83739c795b5de9cf18e4cd6f29a7803 (diff)
Fixed a typo (mkarchchroot -> mkarchroot)
Signed-off-by: Aaron Griffin <aaronmgriffin@gmail.com>
-rwxr-xr-xmkarchroot2
1 files changed, 1 insertions, 1 deletions
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