From 1aed8392710694045247f0e597e198a39a4bd8a8 Mon Sep 17 00:00:00 2001 From: Chris Galvan Date: Wed, 8 Dec 2021 15:02:41 -0600 Subject: [PATCH] Fixed typo. Signed-off-by: Chris Galvan --- .../ViewportSelection/EditorTransformComponentSelection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorTransformComponentSelection.cpp b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorTransformComponentSelection.cpp index 0ba61202c6..03ab4c0f77 100644 --- a/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorTransformComponentSelection.cpp +++ b/Code/Framework/AzToolsFramework/AzToolsFramework/ViewportSelection/EditorTransformComponentSelection.cpp @@ -3240,7 +3240,7 @@ namespace AzToolsFramework { // Don't show the Toggle Pivot option if any read-only entities are in the current selection // We need to request the selected entities instead of just using the m_selectedEntities variable - // because we filter out any read-only entities from the m_selectedEntities so that the maniuplators + // because we filter out any read-only entities from the m_selectedEntities so that the manipulators // will be hidden EntityIdList selectedEntityIds; ToolsApplicationRequests::Bus::BroadcastResult(selectedEntityIds, &ToolsApplicationRequests::GetSelectedEntities);