From 28d318e6f644ba2154cb146af3f495ddc2b311fe Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk Date: Mon, 12 Feb 2024 09:22:08 -0800 Subject: [PATCH] Fix case-sensitive spelling in scripts that get deployed to C++ repo --- 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 9fc5dec9b991..509c6b00effa 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