From 464370880a7e5fd05e8b5c4add53b0cfb886c8fd Mon Sep 17 00:00:00 2001 From: Manuel Thalmann Date: Tue, 20 Aug 2024 00:20:07 +0200 Subject: [PATCH] Fix typo --- scripts/Common/Scripts/Config.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Common/Scripts/Config.ps1 b/scripts/Common/Scripts/Config.ps1 index 540fe3bd..34f56f1f 100644 --- a/scripts/Common/Scripts/Config.ps1 +++ b/scripts/Common/Scripts/Config.ps1 @@ -40,7 +40,7 @@ $null = New-Module { $result = Receive-Job -Wait $job; if ((Split-Path -Leaf $Path) -ne (Split-Path -Leaf $result)) { - Write-Error "The result of the path conversion of ``$Path`` was unexpacted: ``$result``"; + Write-Error "The result of the path conversion of ``$Path`` was unexpected: ``$result``"; } if ($job.State -ne ([System.Management.Automation.JobState]::Completed)) {