From 4970040d1fe0f9a8a421682778b16d6ec7959f74 Mon Sep 17 00:00:00 2001 From: Baraa Basata Date: Sat, 28 Nov 2015 22:49:23 -0500 Subject: [PATCH] Update BUILDING.md Fix typo --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 651b85a3b..3d0b528a9 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -22,7 +22,7 @@ The guide below outlines the steps HashiCorp takes to build the official release binaries for Terraform. This process will generate a set of binaries for each supported platform, using the [gox](https://github.com/mitchellh/gox) tool. -A Vagrant virtual machine is used to provide a consistent envirornment with +A Vagrant virtual machine is used to provide a consistent environment with the pre-requisite tools in place. The specifics of this VM are defined in the [Vagrantfile](Vagrantfile).