From 29ac633ae3de2ea3730f0033f8412b91c0c5faf3 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Tue, 13 Feb 2024 17:01:17 -0800 Subject: [PATCH] Fix case-sensitive spelling in scripts that get deployed to C++ repo (#5349) Co-authored-by: Anton Kolesnyk --- eng/common/spelling/Invoke-Cspell.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/common/spelling/Invoke-Cspell.ps1 b/eng/common/spelling/Invoke-Cspell.ps1 index 9fc5dec9b..509c6b00e 100644 --- a/eng/common/spelling/Invoke-Cspell.ps1 +++ b/eng/common/spelling/Invoke-Cspell.ps1 @@ -87,7 +87,7 @@ function Test-VersionReportMatches() { $expectedPackageVersion = '6.12.0' # Act - $actual = &"$PSSCriptRoot/Invoke-Cspell.ps1" ` + $actual = &"$PSScriptRoot/Invoke-Cspell.ps1" ` -JobType '--version' # Assert