Fix a minor spelling mistake (#4247)
Signed-off-by: amzn-tommy <waltont@amazon.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user