From 6f871edbee39086253f3d74ec3e059cdf6c9e8a1 Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Tue, 13 Feb 2024 17:07:50 -0800 Subject: [PATCH] Fix case-sensitive spelling in scripts that get deployed to C++ repo (#7665) * Fix case-sensitive spelling in scripts that get deployed to C++ repo * Removed cspell:ignore per https://github.com/Azure/azure-sdk-for-cpp/pull/5346#discussion_r1486546416 --------- 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 9fc5dec9b99..509c6b00eff 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