Fix a minor spelling mistake (#4247)

Signed-off-by: amzn-tommy <waltont@amazon.com>
This commit is contained in:
Tommy Walton
2021-09-22 15:49:01 -07:00
committed by GitHub
parent 982bef8766
commit 92c4b22445
@@ -195,7 +195,7 @@ namespace EditorPythonBindings
if (!m_handler)
{
AZ_Error("python", false, "No EBus connection deteced; missing call or failed call to connect()?");
AZ_Error("python", false, "No EBus connection detected; missing call or failed call to connect()?");
return false;
}