Browse code

fix typo

Anthony Young authored on 2011/10/27 15:32:30
Showing 1 changed files
... ...
@@ -175,7 +175,7 @@ if ! grep -q $GUEST_NAME $STAGING_DIR/etc/hosts; then
175 175
     echo "$MGT_IP $GUEST_NAME" >> $STAGING_DIR/etc/hosts
176 176
 fi
177 177
 
178
-# Configre hosts file
178
+# Configure hosts file
179 179
 cat <<EOF >$STAGING_DIR/etc/hosts
180 180
 $MGT_IP $GUEST_NAME
181 181
 127.0.0.1 localhost localhost.localdomain