From ae518cded80fc6f59507cc20375686da3a5d9ff7 Mon Sep 17 00:00:00 2001 From: loselarry Date: Wed, 10 Apr 2024 16:39:46 +0800 Subject: [PATCH] fix: fix some typos in comments Signed-off-by: loselarry --- launcher/src/version.rc2.sample | 2 +- scripts/build.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/launcher/src/version.rc2.sample b/launcher/src/version.rc2.sample index 003621d..b809c36 100644 --- a/launcher/src/version.rc2.sample +++ b/launcher/src/version.rc2.sample @@ -1,7 +1,7 @@ /** * WARNING: do NOT modify this file! the content of this file should be - * automatically genereted before AppVeyor builds using the + * automatically generated before AppVeyor builds using the * respective .ps1 Powershell scripts. * */ diff --git a/scripts/build.ps1 b/scripts/build.ps1 index cab8849..640bba1 100644 --- a/scripts/build.ps1 +++ b/scripts/build.ps1 @@ -79,7 +79,7 @@ if ($Compile) { Write-Verbose "Building the launcher..." - # Referene: https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference + # Reference: https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference msbuild CmderLauncher.vcxproj /t:Clean,Build /p:configuration=Release /m if ($LastExitCode -ne 0) {