aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-04-09 22:14:47 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2018-04-09 22:14:47 -0700
commit908e714980fe2f2ab32cba4dd44f6a61b5991733 (patch)
tree0401ec4eb6e5d83d3f2a1852fd06ee5986ff00cc /scripts
parent5a3809b5830bcf700655d92797ed8563ff4fc4f2 (diff)
downloadvcpkg-908e714980fe2f2ab32cba4dd44f6a61b5991733.tar.gz
vcpkg-908e714980fe2f2ab32cba4dd44f6a61b5991733.zip
Fix typo
Diffstat (limited to 'scripts')
-rw-r--r--scripts/fetchTool.ps12
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fetchTool.ps1 b/scripts/fetchTool.ps1
index 8de642674..be18656c7 100644
--- a/scripts/fetchTool.ps1
+++ b/scripts/fetchTool.ps1
@@ -22,7 +22,7 @@ function fetchToolInternal([Parameter(Mandatory=$true)][string]$tool)
if ($toolData -eq $null)
{
- throw "Unkown tool $tool"
+ throw "Unknown tool $tool"
}
$toolPath="$downloadsDir\tools\$tool-$($toolData.version)-windows"