From cf9fd56bc905a2022ad48c93d25b5a73b57c8802 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 11 Apr 2023 16:04:17 -0400 Subject: fix various spelling issues Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- ci/run.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ci') diff --git a/ci/run.ps1 b/ci/run.ps1 index 43e8008de..cd968a7ed 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 { -- cgit v1.2.3