Fix unaceptable words usage in program

#rb trivial
#jira UE-158643
#preflight 6317ba44ec45fbf3d7d45358

[CL 21891364 by francis hurteau in ue5-main branch]
This commit is contained in:
francis hurteau
2022-09-08 07:11:27 -04:00
parent faa7d6e741
commit 9325480ab6
@@ -94,7 +94,7 @@ int32 ProcRunAsParent(const TCHAR* CommandLine)
GEngineLoop.PreInit(CommandLine);
UE_LOG(LogTestPAL, Display, TEXT("Running proc test as parent."));
// Run slave instance continuously
// Run child instance continuously
int NumChildrenToSpawn = 255, MaxAtOnce = 5;
FParent Parent(NumChildrenToSpawn, MaxAtOnce);