diff --git a/eng/common/scripts/common.ps1 b/eng/common/scripts/common.ps1 index 52c6b9d48f41..f772b739d804 100644 --- a/eng/common/scripts/common.ps1 +++ b/eng/common/scripts/common.ps1 @@ -25,9 +25,9 @@ if (Test-Path $EngScriptsLanguageSettings) { . $EngScriptsLanguageSettings } -if (!(Get-Variable -Name "LangaugeShort" -ValueOnly -ErrorAction "Ignore")) +if (!(Get-Variable -Name "LanguageShort" -ValueOnly -ErrorAction "Ignore")) { - $LangaugeShort = $Language + $LanguageShort = $Language } if (!(Get-Variable -Name "LanguageDisplayName" -ValueOnly -ErrorAction "Ignore"))