Propose fix some typos
This commit is contained in:
parent
8ee7b01855
commit
54ecded1d6
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
This documents how to release Vagrant. Various steps in this document will
|
This documents how to release Vagrant. Various steps in this document will
|
||||||
require privileged access to private systems, so this document is only
|
require privileged access to private systems, so this document is only
|
||||||
targetted at Vagrant core members who have the ability to cut a release.
|
targeted at Vagrant core members who have the ability to cut a release.
|
||||||
|
|
||||||
1. Update `version.txt` to the version you want to release.
|
1. Update `version.txt` to the version you want to release.
|
||||||
|
|
||||||
|
|
|
@ -114,7 +114,7 @@ be shown, too.
|
||||||
# Plugin Repair
|
# Plugin Repair
|
||||||
|
|
||||||
Vagrant may fail to properly initialize user installed custom plugins. This can
|
Vagrant may fail to properly initialize user installed custom plugins. This can
|
||||||
be caused my improper plugin installation/removal, or by manual manipluation of
|
be caused my improper plugin installation/removal, or by manual manipulation of
|
||||||
plugin related files like the `plugins.json` data file. Vagrant can attempt
|
plugin related files like the `plugins.json` data file. Vagrant can attempt
|
||||||
to automatically repair the problem.
|
to automatically repair the problem.
|
||||||
|
|
||||||
|
|
|
@ -29,7 +29,7 @@ Some of these options are for advanced usage only and should not be used unless
|
||||||
|
|
||||||
Possible values:
|
Possible values:
|
||||||
|
|
||||||
- `"auto"` _(Vagrant will automatically select the optimal compatibilty mode by checking the Ansible version currently available)_
|
- `"auto"` _(Vagrant will automatically select the optimal compatibility mode by checking the Ansible version currently available)_
|
||||||
- `"1.8"` _(Ansible versions prior to 1.8 should mostly work well, but some options might not be supported)_
|
- `"1.8"` _(Ansible versions prior to 1.8 should mostly work well, but some options might not be supported)_
|
||||||
- `"2.0"` _(The generated Ansible inventory will be incompatible with Ansible 1.x)_
|
- `"2.0"` _(The generated Ansible inventory will be incompatible with Ansible 1.x)_
|
||||||
|
|
||||||
|
|
|
@ -144,7 +144,7 @@ For \*nix users, make sure to edit your `/etc/sudoers` file with `visudo`. It pr
|
||||||
All of the snippets below require Vagrant version 1.7.3 or higher.
|
All of the snippets below require Vagrant version 1.7.3 or higher.
|
||||||
|
|
||||||
<div class="alert alert-warning" role="alert">
|
<div class="alert alert-warning" role="alert">
|
||||||
<strong>Use the appropiate group for your user</strong> Depending on how your machine is
|
<strong>Use the appropriate group for your user</strong> Depending on how your machine is
|
||||||
configured, you might need to use a different group than the ones listed in the examples below.
|
configured, you might need to use a different group than the ones listed in the examples below.
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@ is unable to automatically install rsync for your operating system,
|
||||||
it will tell you.
|
it will tell you.
|
||||||
|
|
||||||
The destination folder will be created as the user initiating the connection,
|
The destination folder will be created as the user initiating the connection,
|
||||||
this is `vagrant` by default. This user requires the appropiate permissions on
|
this is `vagrant` by default. This user requires the appropriate permissions on
|
||||||
the destination folder.
|
the destination folder.
|
||||||
|
|
||||||
## Options
|
## Options
|
||||||
|
|
|
@ -17,5 +17,5 @@ something that is invalid or out of date in the comparisons, please [open an
|
||||||
issue](https://github.com/mitchellh/vagrant/issues) and we'll address it as soon
|
issue](https://github.com/mitchellh/vagrant/issues) and we'll address it as soon
|
||||||
as possible.
|
as possible.
|
||||||
|
|
||||||
Use the navigation on the left to read comparisons of Vagrant versus simliar
|
Use the navigation on the left to read comparisons of Vagrant versus similar
|
||||||
software.
|
software.
|
||||||
|
|
|
@ -327,7 +327,7 @@ description: |-
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
Please try restarting your computer and running the VMware software
|
Please try restarting your computer and running the VMware software
|
||||||
manually. Occassionally you must accept the license agreement before
|
manually. Occasionally you must accept the license agreement before
|
||||||
VMware will run. If you do not see any errors when opening the
|
VMware will run. If you do not see any errors when opening the
|
||||||
VMware GUI, you may need to purchase the full version to use the
|
VMware GUI, you may need to purchase the full version to use the
|
||||||
plugin. We apologize for the inconvenience.
|
plugin. We apologize for the inconvenience.
|
||||||
|
|
Loading…
Reference in New Issue