Skip to content

Commit

Permalink
Merge pull request #2932 from loselarry/master
Browse files Browse the repository at this point in the history
fix: fix some typos in comments
  • Loading branch information
daxgames authored Apr 10, 2024
2 parents 8a199bf + ae518cd commit 62a4614
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion launcher/src/version.rc2.sample
Original file line number Diff line number Diff line change
@@ -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.
*
*/
Expand Down
2 changes: 1 addition & 1 deletion scripts/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 62a4614

Please sign in to comment.