Fix various typos (#8769)

This commit is contained in:
Gold856
2026-04-14 00:51:36 -04:00
committed by GitHub
parent 613c86d1d7
commit f96ded6909
31 changed files with 63 additions and 63 deletions

View File

@@ -56,7 +56,7 @@ class SchedulerSideloadFunctionTests extends CommandTestBase {
Command.noRequirements()
.executing(
parentCoroutine -> {
m_scheduler.sideload(sidelodCoroutine -> sidelodCoroutine.fork(child));
m_scheduler.sideload(sideloadCoroutine -> sideloadCoroutine.fork(child));
})
.named("Parent");