Fixed a typo

This commit is contained in:
srikappa
2021-05-13 18:03:49 -07:00
parent d8865a8f0d
commit b72836fa8f
@@ -643,7 +643,7 @@ namespace AzToolsFramework
InstanceOptionalReference commonOwningInstance = GetOwnerInstanceByEntityId(firstEntityIdToDelete);
// If the first entity id is a container entity id, then we need to mark its parent as the common owning instance because you
// cannot detete an instance from itself.
// cannot delete an instance from itself.
if (commonOwningInstance->get().GetContainerEntityId() == firstEntityIdToDelete)
{
commonOwningInstance = commonOwningInstance->get().GetParentInstance();