Fix typo
This commit is contained in:
parent
b17d758a94
commit
5a6dd5414e
1 changed files with 1 additions and 1 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Reference in a new issue