Skip to content

Commit 6724941

Browse files
author
dragonfly91
committed
[RS Backup] variable spelling fix
1 parent eb0b7dc commit 6724941

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ResourceManager/RecoveryServices.Backup/Commands.RecoveryServices.Backup.Providers/Providers/IaasVmPsBackupProvider.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,10 @@ public BaseRecoveryServicesJobResponse EnableProtection()
101101
protectedItemUri = HelperUtils.GetProtectableItemUri(
102102
keyValueDict, protectableObjectResource.Id);
103103

104-
AzureIaaSVMProtectableItem iaasVmProteableItem = (AzureIaaSVMProtectableItem)protectableObjectResource.Properties;
105-
if (iaasVmProteableItem != null)
104+
AzureIaaSVMProtectableItem iaasVmProtectableItem = (AzureIaaSVMProtectableItem)protectableObjectResource.Properties;
105+
if (iaasVmProtectableItem != null)
106106
{
107-
sourceResourceId = iaasVmProteableItem.VirtualMachineId;
107+
sourceResourceId = iaasVmProtectableItem.VirtualMachineId;
108108
}
109109
}
110110
else

0 commit comments

Comments
 (0)