From 7fa3dd2881be537ec6144850064ad1419dc12f3e Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Sun, 27 Oct 2019 17:28:10 -0400 Subject: docs: cleanup typos on readthrough Type: style Change-Id: I3b15035ea6c13cd1ca3cdc9dfa9b10a6e1be9880 Signed-off-by: Paul Vinciguerra --- docs/reference/vppvagrant/Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/reference/vppvagrant/Vagrantfile') diff --git a/docs/reference/vppvagrant/Vagrantfile b/docs/reference/vppvagrant/Vagrantfile index 32a13adedd8..457e37c8274 100644 --- a/docs/reference/vppvagrant/Vagrantfile +++ b/docs/reference/vppvagrant/Vagrantfile @@ -60,7 +60,7 @@ Vagrant.configure(2) do |config| 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'] @@ -112,4 +112,4 @@ Vagrant.configure(2) do |config| vws.vmx["memsize"] = "#{vmram}" vws.vmx["numvcpus"] = "#{vmcpu}" end -end \ No newline at end of file +end -- cgit 1.2.3-korg