Skip to content

Commit 259934c

Browse files
Fix LanguageShort typo (#17068)
Co-authored-by: Chidozie Ononiwu <[email protected]>
1 parent 2dfe1d4 commit 259934c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

eng/common/scripts/common.ps1

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ if (Test-Path $EngScriptsLanguageSettings) {
2525
. $EngScriptsLanguageSettings
2626
}
2727

28-
if (!(Get-Variable -Name "LangaugeShort" -ValueOnly -ErrorAction "Ignore"))
28+
if (!(Get-Variable -Name "LanguageShort" -ValueOnly -ErrorAction "Ignore"))
2929
{
30-
$LangaugeShort = $Language
30+
$LanguageShort = $Language
3131
}
3232

3333
if (!(Get-Variable -Name "LanguageDisplayName" -ValueOnly -ErrorAction "Ignore"))

0 commit comments

Comments
 (0)