Fix various typos (#156)

Found via `codespell -q 3 -S "./yarn.lock" -L pris`
This commit is contained in:
luzpaz
2025-08-01 07:53:31 -04:00
committed by GitHub
parent 545a6b154a
commit a435ead916
7 changed files with 7 additions and 7 deletions

View File

@ -41,7 +41,7 @@ type TaskPoolEntry = FinishedTask & {
* easily without re-inventing the wheel every time.
*/
class TaskHandler {
// registry of schedualed tasks to be created
// registry of scheduled tasks to be created
private taskCreators: Map<TaskGroup, () => Task> = new Map();
// list of all currently running tasks