diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2018-04-09 22:14:47 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2018-04-09 22:14:47 -0700 |
| commit | 908e714980fe2f2ab32cba4dd44f6a61b5991733 (patch) | |
| tree | 0401ec4eb6e5d83d3f2a1852fd06ee5986ff00cc /scripts | |
| parent | 5a3809b5830bcf700655d92797ed8563ff4fc4f2 (diff) | |
| download | vcpkg-908e714980fe2f2ab32cba4dd44f6a61b5991733.tar.gz vcpkg-908e714980fe2f2ab32cba4dd44f6a61b5991733.zip | |
Fix typo
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/fetchTool.ps1 | 2 |
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" |
