Fix typo
diff --git a/ubuntu-14.04/template.json b/ubuntu-14.04/template.json
index 0c338f7..0a284a7 100644
--- a/ubuntu-14.04/template.json
+++ b/ubuntu-14.04/template.json
@@ -139,7 +139,7 @@
[ "modifyvm", "{{.Name}}", "--vrde", "on" ],
[ "modifyvm", "{{.Name}}", "--vrdeport", "5000-5050" ],
[ "modifyvm", "{{.Name}}", "--vrdeaddress", "127.0.0.1" ],
- [ "modifyvm", "{{.Name}}", "--vhwvirtex", "off" ],
+ [ "modifyvm", "{{.Name}}", "--hwvirtex", "off" ],
[ "modifyvm", "{{.Name}}", "--vtxvpid", "off" ]
]
},