We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dfe1d4 commit 259934cCopy full SHA for 259934c
eng/common/scripts/common.ps1
@@ -25,9 +25,9 @@ if (Test-Path $EngScriptsLanguageSettings) {
25
. $EngScriptsLanguageSettings
26
}
27
28
-if (!(Get-Variable -Name "LangaugeShort" -ValueOnly -ErrorAction "Ignore"))
+if (!(Get-Variable -Name "LanguageShort" -ValueOnly -ErrorAction "Ignore"))
29
{
30
- $LangaugeShort = $Language
+ $LanguageShort = $Language
31
32
33
if (!(Get-Variable -Name "LanguageDisplayName" -ValueOnly -ErrorAction "Ignore"))
0 commit comments