16471: fix a few typos.
authorWard Vandewege <ward@curii.com>
Mon, 19 Oct 2020 15:40:36 +0000 (11:40 -0400)
committerWard Vandewege <ward@curii.com>
Mon, 19 Oct 2020 15:40:36 +0000 (11:40 -0400)
Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <ward@curii.com>

doc/install/install-using-salt.html.textile.liquid
tools/salt-install/provision.sh

index 1ece3bef55ef2c59235d17340fb3d7e073e5489c..0514245414e1c2bc1347994ebea0331e2238a0a9 100644 (file)
@@ -34,7 +34,7 @@ It will install all the main Arvados components to get you up and running.
 
 The whole installation procedure takes somewhere between 15 to 60 minutes, depending on the host and your network bandwith. On a virtual machine with 1 core and 1 GB RAM, it takes ~25 minutes to do the initial install.
 
-There is a companion @Vagrantfile@ to install Arvados in a local Vagrant virtual machine. If you have "Vagrant":https://www.vagrantup.com/ installed in your computer, you can just get Arvados installed running in a local virtual machine with the command (this can ben done as a regular user). You will only need root to perform the "final dns configuration":#final_steps
+There is a companion @Vagrantfile@ to install Arvados in a local Vagrant virtual machine. If you have "Vagrant":https://www.vagrantup.com/ installed in your computer, you can just get Arvados installed running in a local virtual machine with the command (this can be done as a regular user). You will only need root to perform the "final dns configuration":#final_steps
 
 <notextile>
 <pre><code>vagrant up
@@ -83,7 +83,7 @@ The formulas we use are:
 * "docker":https://github.com/saltstack-formulas/docker-formula.git
 * "locale":https://github.com/saltstack-formulas/locale-formula.git
 
-There are example Salt pillar files for each of those formulas in the test/salt/pillar/examples":https://github.com/saltstack-formulas/arvados-formula/tree/master/test/salt/pillar/examples directory. As they are, they allow you to get all the main Arvados components up and running.
+There are example Salt pillar files for each of those formulas in the "test/salt/pillar/examples":https://github.com/saltstack-formulas/arvados-formula/tree/master/test/salt/pillar/examples directory. As they are, they allow you to get all the main Arvados components up and running.
 
 h2(#saltstack). Install Arvados using Saltstack
 
index 991dc3c84edfad6872494c67a0ad4f1126871d5c..7e88d7662e5b34fd007f11a11372f4b1e3f60de7 100755 (executable)
@@ -40,7 +40,7 @@ VERSION="latest"
 # In Vagrant, make sure it matches what you set in the Vagrantfile
 # HOST_SSL_PORT=443
 
-# This is a arvados-formula setting. 
+# This is a arvados-formula setting.
 # If branch is set, the script will switch to it before running salt
 # Usually not needed, only used for testing
 # BRANCH="master"