Fix typo in docs

- surpress -> suppress
This commit is contained in:
Letla Fox 2017-07-05 06:45:50 +09:00
parent 0ff65a249c
commit 3664f527ec
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ This option will not affect global box functions like `vagrant box update`.
Vagrant does occasional network calls to check whether the version of Vagrant
that is running locally is up to date. We understand that software making remote
calls over the internet for any reason can be undesirable. To surpress these
calls over the internet for any reason can be undesirable. To suppress these
calls, set the environment variable `VAGRANT_CHECKPOINT_DISABLE` to any
non-empty value.