From a0a09c6095efa93c57516e14e579dbbb9986f586 Mon Sep 17 00:00:00 2001 From: Gilles Cornu Date: Wed, 6 Sep 2017 14:30:56 +0200 Subject: [PATCH] minor: Fix a typo in a code comment [ci skip] --- plugins/provisioners/ansible/provisioner/guest.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/provisioners/ansible/provisioner/guest.rb b/plugins/provisioners/ansible/provisioner/guest.rb index ad971910c..1d03ff9b4 100644 --- a/plugins/provisioners/ansible/provisioner/guest.rb +++ b/plugins/provisioners/ansible/provisioner/guest.rb @@ -33,7 +33,7 @@ module VagrantPlugins # Current limitations: # - The installation of a specific Ansible version is only supported by # the "pip" install_mode. - # - There is no abslute guarantee that the automated installation will replace + # - There is no absolute guarantee that the automated installation will replace # a previous Ansible installation (although it works fine in many cases) # def check_and_install_ansible