From 3664f527ec72b16a882db738831ac40ede1131b5 Mon Sep 17 00:00:00 2001 From: Letla Fox Date: Wed, 5 Jul 2017 06:45:50 +0900 Subject: [PATCH] Fix typo in docs - surpress -> suppress --- website/source/docs/other/environmental-variables.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/other/environmental-variables.html.md b/website/source/docs/other/environmental-variables.html.md index ece769bb3..defe453a8 100644 --- a/website/source/docs/other/environmental-variables.html.md +++ b/website/source/docs/other/environmental-variables.html.md @@ -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.