docs: cleanup typos on readthrough
[vpp.git] / docs / reference / vppvagrant / Vagrantfile
index 32a13ad..457e37c 100644 (file)
@@ -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