Skip to content

Commit 7cf0b29

Browse files
brizentalbadboy
andauthored
Update glean/src/core/dispatcher.ts
Co-authored-by: Jan-Erik Rediger <badboy@archlinux.us>
1 parent 0a87283 commit 7cf0b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

glean/src/core/dispatcher.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const enum Commands {
4141
// Unless unavoidable, prefer using the normal `Task`.
4242
PersistentTask = "PersistentTask",
4343
// Same as the `Task` command, but only tasks passed to `flushInit` to be perfomed
44-
// as the first task ever are are considered `InitTask`. This task is special because if
44+
// as the first task ever are considered `InitTask`. This task is special because if
4545
// it fails, the dispatcher will not proceed executing any other tasks and will shutdown.
4646
//
4747
// This command is always followed by a concrete task for the dispatcher to execute.

0 commit comments

Comments
 (0)