diff --git a/test/unit/plugins/provisioners/ansible/provisioner_test.rb b/test/unit/plugins/provisioners/ansible/provisioner_test.rb index 08e01dc9d..9fb9f8517 100644 --- a/test/unit/plugins/provisioners/ansible/provisioner_test.rb +++ b/test/unit/plugins/provisioners/ansible/provisioner_test.rb @@ -412,7 +412,7 @@ VF config.force_remote_user = false end - it "doesn't set ansiber user in inventory and use '--user' arguemnt with the vagrant ssh username" do + it "doesn't set ansiber user in inventory and use '--user' argument with the vagrant ssh username" do expect(Vagrant::Util::Subprocess).to receive(:execute).with { |*args| inventory_content = File.read(generated_inventory_file)