From 0a01c3ceabf56dcbf957e50fc9ded66d2ef525fd Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Sun, 13 Oct 2019 17:36:32 -0700 Subject: [PATCH] boostrapping, not even once. --- hifi_vcpkg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hifi_vcpkg.py b/hifi_vcpkg.py index 821d9ae0b7..7bb261faa0 100644 --- a/hifi_vcpkg.py +++ b/hifi_vcpkg.py @@ -134,7 +134,7 @@ endif() downloadVcpkg = True if not downloadVcpkg and not os.path.isfile(self.exe): - print("Missing executable, boostrapping") + print("Missing executable, boot-strapping") downloadVcpkg = True # Make sure we have a vcpkg executable