From 2a4a3424b4a80a5ccbe21daea3890cd454269c75 Mon Sep 17 00:00:00 2001 From: Anthony Young Date: Wed, 26 Oct 2011 23:32:30 -0700 Subject: [PATCH] fix typo --- tools/xen/build_domU.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xen/build_domU.sh b/tools/xen/build_domU.sh index e91108b..451d440 100755 --- a/tools/xen/build_domU.sh +++ b/tools/xen/build_domU.sh @@ -175,7 +175,7 @@ if ! grep -q $GUEST_NAME $STAGING_DIR/etc/hosts; then echo "$MGT_IP $GUEST_NAME" >> $STAGING_DIR/etc/hosts fi -# Configre hosts file +# Configure hosts file cat <$STAGING_DIR/etc/hosts $MGT_IP $GUEST_NAME 127.0.0.1 localhost localhost.localdomain