Skip to content

Commit 62a4614

Browse files
authored
Merge pull request #2932 from loselarry/master
fix: fix some typos in comments
2 parents 8a199bf + ae518cd commit 62a4614

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

launcher/src/version.rc2.sample

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
/**
33
* WARNING: do NOT modify this file! the content of this file should be
4-
* automatically genereted before AppVeyor builds using the
4+
* automatically generated before AppVeyor builds using the
55
* respective .ps1 Powershell scripts.
66
*
77
*/

scripts/build.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ if ($Compile) {
7979

8080
Write-Verbose "Building the launcher..."
8181

82-
# Referene: https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
82+
# Reference: https://docs.microsoft.com/visualstudio/msbuild/msbuild-command-line-reference
8383
msbuild CmderLauncher.vcxproj /t:Clean,Build /p:configuration=Release /m
8484

8585
if ($LastExitCode -ne 0) {

0 commit comments

Comments
 (0)