Skip to content

Commit

Permalink
Fix typo in QueuesCommand code comments (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
Palleas authored Oct 7, 2024
1 parent 2d38cd2 commit c502c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/Queues/QueuesCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public final class QueuesCommand: AsyncCommand, Sendable {
self.box.withLockedValue { box in
box.didShutdown = true

// stop running in case shutting downf rom signal
// stop running in case shutting down from signal
self.application.running?.stop()

// clear signal sources
Expand All @@ -202,7 +202,7 @@ public final class QueuesCommand: AsyncCommand, Sendable {
let (jobTasks, scheduledTasks) = self.box.withLockedValue { box in
box.didShutdown = true

// stop running in case shutting downf rom signal
// stop running in case shutting down from signal
self.application.running?.stop()

// clear signal sources
Expand Down

0 comments on commit c502c4a

Please sign in to comment.