diff --git a/android/Vagrantfile b/android/Vagrantfile index 4f06afe68d..3b7dc75b62 100644 --- a/android/Vagrantfile +++ b/android/Vagrantfile @@ -137,7 +137,7 @@ Vagrant.configure("2") do |config| end config.vm.provision "shell" do |s| - s.name = "Clone BOINC repository and configuring toolchain..." + s.name = "Cloning BOINC repository and configuring toolchain..." s.privileged = false s.inline = <<-SHELL export OPENSSL_VERSION=1.0.2q