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)) {