Procházet zdrojové kódy

Spelling correction: comments

Karan Sapolia před 8 roky
rodič
revize
b40cb0af7c
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Build/scripts/run_build.ps1

+ 1 - 1
Build/scripts/run_build.ps1

@@ -9,7 +9,7 @@ param (
     [ValidateSet("x86", "x64", "arm", "arm64")]
     [Parameter(Mandatory=$True)]
     [string]$arch,
-    # We do not use ValidateSet here because this $flavor param is used to name the BuildConfuration
+    # We do not use ValidateSet here because this $flavor param is used to name the BuildConfiguration
     # from the solution file. MsBuild will determine whether it is valid.
     [Parameter(Mandatory=$True)]
     [string]$flavor,