From 324a301671f3b062fe279594e5b63f7954465c88 Mon Sep 17 00:00:00 2001 From: Chidozie Ononiwu Date: Tue, 2 Mar 2021 19:00:06 -0800 Subject: [PATCH] Fix LanguageShort typo --- eng/common/scripts/common.ps1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"))