Fix mis-spelled comment

Signed-off-by: carlitosan <82187351+carlitosan@users.noreply.github.com>
This commit is contained in:
carlitosan
2021-11-12 14:19:22 -08:00
parent 9898b6ee45
commit c140b882d2
@@ -76,7 +76,7 @@ namespace ScriptCanvas
AZStd::vector<AZ::BehaviorValueParameter> m_activationInputStorage;
Execution::ActivationInputRange m_activationInputRange;
// used to initialized statics only once, and not necessarily on the loading thread
// used to initialize statics only once, and not necessarily on the loading thread
bool m_areStaticsInitialized = false;
bool RequiresStaticInitialization() const;