From 6e813b156ae9bab25a66242573ebbacaf81505c4 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Thu, 4 Nov 2021 10:33:59 -0400 Subject: [PATCH] spelling: available --- Analysis/src/RequireTracer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Analysis/src/RequireTracer.cpp b/Analysis/src/RequireTracer.cpp index 5b3997e2..c9e15cba 100644 --- a/Analysis/src/RequireTracer.cpp +++ b/Analysis/src/RequireTracer.cpp @@ -169,7 +169,7 @@ struct RequireTracer : AstVisitor result.exprs[call] = fileResolver->concat(*rootName, v); - // 'WaitForChild' can be used on modules that are not awailable at the typecheck time, but will be awailable at runtime + // 'WaitForChild' can be used on modules that are not available at the typecheck time, but will be available at runtime // If we fail to find such module, we will not report an UnknownRequire error if (FFlag::LuauTraceRequireLookupChild && indexName->index == "WaitForChild") result.optional[call] = true;