Fixed typo.

Signed-off-by: Chris Galvan <chgalvan@amazon.com>
This commit is contained in:
Chris Galvan
2021-12-06 12:44:52 -06:00
parent 1f279ca713
commit e24323660b
@@ -3627,7 +3627,7 @@ namespace AzToolsFramework
}
}
// Do not create maniuplators for any entities marked as read only
// Do not create manipulators for any entities marked as read only
if (auto readOnlyEntityPublicInterface = AZ::Interface<ReadOnlyEntityPublicInterface>::Get())
{
for (auto it = m_selectedEntityIds.begin(); it != m_selectedEntityIds.end();)