From c502c4a8ee7b64d5368288b2302f4926f29a3ab5 Mon Sep 17 00:00:00 2001 From: Romain Pouclet Date: Mon, 7 Oct 2024 10:16:24 -0700 Subject: [PATCH] Fix typo in QueuesCommand code comments (#136) --- Sources/Queues/QueuesCommand.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/Queues/QueuesCommand.swift b/Sources/Queues/QueuesCommand.swift index a242d35..141a244 100644 --- a/Sources/Queues/QueuesCommand.swift +++ b/Sources/Queues/QueuesCommand.swift @@ -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 @@ -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