From 2a4a3424b4a80a5ccbe21daea3890cd454269c75 Mon Sep 17 00:00:00 2001
From: Anthony Young <sleepsonthefloor@gmail.com>
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 e91108ba36..451d440626 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 <<EOF >$STAGING_DIR/etc/hosts
 $MGT_IP $GUEST_NAME
 127.0.0.1 localhost localhost.localdomain