diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-10-27 17:28:10 -0400 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2019-10-28 13:51:13 +0000 |
commit | 7fa3dd2881be537ec6144850064ad1419dc12f3e (patch) | |
tree | 7fa013d6e23f16f73b0ca97628c1374a009b49bd /docs/reference/vppvagrant/boxSetup.rst | |
parent | 3b5e222f8a4d0ccd4ec4eace2551491f13de85d9 (diff) |
docs: cleanup typos on readthrough
Type: style
Change-Id: I3b15035ea6c13cd1ca3cdc9dfa9b10a6e1be9880
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
Diffstat (limited to 'docs/reference/vppvagrant/boxSetup.rst')
-rw-r--r-- | docs/reference/vppvagrant/boxSetup.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/vppvagrant/boxSetup.rst b/docs/reference/vppvagrant/boxSetup.rst index 374ba349458..a8aa1f3c132 100644 --- a/docs/reference/vppvagrant/boxSetup.rst +++ b/docs/reference/vppvagrant/boxSetup.rst @@ -62,7 +62,7 @@ Looking further in the :ref:`vppVagrantfile`, you can see more Ruby variables be config.vm.network "private_network", type: "dhcp" end - # use http proxy if avaiable + # use http proxy if available if ENV['http_proxy'] && Vagrant.has_plugin?("vagrant-proxyconf") config.proxy.http = ENV['http_proxy'] config.proxy.https = ENV['https_proxy'] @@ -122,4 +122,4 @@ To confirm it is up, show the status and information of Vagrant boxes with: $ vagrant destroy <id> - Note that "destroying" a VM does not erase the box, but rather destroys all resources allocated for that VM. For other Vagrant commands, such as destroying a box, refer to the `Vagrant CLI Page <https://www.vagrantup.com/docs/cli/>`_.
\ No newline at end of file + Note that "destroying" a VM does not erase the box, but rather destroys all resources allocated for that VM. For other Vagrant commands, such as destroying a box, refer to the `Vagrant CLI Page <https://www.vagrantup.com/docs/cli/>`_. |