diff --git a/Modules/VMware.Hv.Helper/VMware.HV.Helper.psm1 b/Modules/VMware.Hv.Helper/VMware.HV.Helper.psm1 index 4fba55f..b004724 100644 --- a/Modules/VMware.Hv.Helper/VMware.HV.Helper.psm1 +++ b/Modules/VMware.Hv.Helper/VMware.HV.Helper.psm1 @@ -5128,7 +5128,7 @@ function Get-HVPoolProvisioningData { $snapshotList = $baseImageSnapshot_helper.BaseImageSnapshot_List($services,$parentVmObj.id) $snapshotVmObj = $snapshotList | Where-Object { $_.name -eq $snapshotVM } if ($null -eq $snapshotVmObj) { - throw "No sanpshot found with Name: [$snapshotVM]" + throw "No snapshot found with Name: [$snapshotVM]" } $vmObject.Snapshot = $snapshotVmObj.id }