fix a typo in documentation

Change-Id: I8846926ed7e6d48a750d331aa1c637bf16a51d10
This commit is contained in:
melissaml 2018-05-23 21:19:51 +08:00
parent e3aac608bf
commit 7fba2e0ee8
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ NEWMAC=`echo 06:FE$end`
-device virtio-net-pci,netdev=net0,mac=\$NEWMAC"}
# define some valeus for the VM side of the networking but
# allow them to be overriden by the operator
# allow them to be overridden by the operator
: ${VM_IP:="192.168.254.2"}
: ${VM_GW:="192.168.254.1"}