From 783f6938cf3ed08d923297f6be4be96024ce678b Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Mon, 13 May 2019 10:43:09 +0200 Subject: [PATCH] Update builder/vagrant/driver_2_2.go --- builder/vagrant/driver_2_2.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/vagrant/driver_2_2.go b/builder/vagrant/driver_2_2.go index badfea14b..4b985bca1 100644 --- a/builder/vagrant/driver_2_2.go +++ b/builder/vagrant/driver_2_2.go @@ -71,7 +71,7 @@ func (d *Vagrant_2_2_Driver) Destroy(id string) error { // Calls "vagrant package" func (d *Vagrant_2_2_Driver) Package(args []string) error { // Ideally we'd pass vagrantCWD into the package command but - // we have to change directorie into the vagrant cwd instead in order to + // we have to change directory into the vagrant cwd instead in order to // work around an upstream bug with the vagrant-libvirt plugin. // We can stop doing this when // https://github.com/vagrant-libvirt/vagrant-libvirt/issues/765