mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-15 17:21:13 +10:00
Fix various typos (#156)
Found via `codespell -q 3 -S "./yarn.lock" -L pris`
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user