You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by db...@apache.org on 2019/12/26 20:00:26 UTC

[geode-native] branch develop updated: BUILDING.md typo fix

This is an automated email from the ASF dual-hosted git repository.

dbarnes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new 71023da  BUILDING.md typo fix
71023da is described below

commit 71023dac60e48cafd18a48691ce7e9edbcdc09b3
Author: David Barnes <db...@pivotal.io>
AuthorDate: Thu Dec 26 12:00:06 2019 -0800

    BUILDING.md typo fix
---
 BUILDING.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/BUILDING.md b/BUILDING.md
index f483846..f554731 100644
--- a/BUILDING.md
+++ b/BUILDING.md
@@ -196,7 +196,7 @@ $ cmake --build . --target install
 ### Required Tools
 * [Visual Studio 2015](https://www.visualstudio.com) or newer
 * .NET 4.5.2 or later
-* Chocolately
+* Chocolatey
 * [Other dependencies installed via Powershell](packer/windows/install-dependencies.ps1)
 
 ## <a id="linux"></a>Linux