Fix a minor spelling mistake (#4247)

Signed-off-by: amzn-tommy <waltont@amazon.com>
monroegm-disable-blank-issue-2
Tommy Walton 4 years ago committed by GitHub
parent 982bef8766
commit 92c4b22445
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -195,7 +195,7 @@ namespace EditorPythonBindings
if (!m_handler) 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; return false;
} }

Loading…
Cancel
Save