Skip to content

Commit

Permalink
Fix LanguageShort typo (Azure#14083)
Browse files Browse the repository at this point in the history
Co-authored-by: Chidozie Ononiwu <chononiw@microsoft.com>
  • Loading branch information
azure-sdk and chidozieononiwu authored Mar 3, 2021
1 parent e4838de commit af00c10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/common/scripts/common.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit af00c10

Please sign in to comment.