aboutsummaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
Diffstat (limited to 'ci')
-rw-r--r--ci/run.ps14
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/run.ps1 b/ci/run.ps1
index 43e8008..cd968a7 100644
--- a/ci/run.ps1
+++ b/ci/run.ps1
@@ -3,7 +3,7 @@ if ($LastExitCode -ne 0) {
exit 0
}
-# remove Chocolately, MinGW, Strawberry Perl from path, so we don't find gcc/gfortran and try to use it
+# remove Chocolatey, MinGW, Strawberry Perl from path, so we don't find gcc/gfortran and try to use it
# remove PostgreSQL from path so we don't pickup a broken zlib from it
$env:Path = ($env:Path.Split(';') | Where-Object { $_ -notmatch 'mingw|Strawberry|Chocolatey|PostgreSQL' }) -join ';'
@@ -76,7 +76,7 @@ foreach ($prog in $progs) {
echo ""
-echo "Ninja / MSBuld version:"
+echo "Ninja / MSBuild version:"
if ($env:backend -eq 'ninja') {
ninja --version
} else {