bin/vagrant in vagrant-unbundled-2.0.3.0 vs bin/vagrant in vagrant-unbundled-2.0.4.0

- old
+ new

@@ -7,10 +7,10 @@ # Split arguments by "--" if its there, we'll recombine them later argv = ARGV.dup argv_extra = [] -# These will be the options that are passed to initialze the Vagrant +# These will be the options that are passed to initialize the Vagrant # environment. opts = {} if idx = argv.index("--") argv_extra = argv.slice(idx+1, argv.length-2)