Skip to content

Commit 945d681

Browse files
stevappletomerd
andauthored
Fix typo (#56)
Co-authored-by: tomer doron <[email protected]>
1 parent 975d8ee commit 945d681

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Lifecycle/Lifecycle.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ extension ServiceLifecycle {
232232
/// Defines what, if any, signals to trap for invoking shutdown.
233233
public var installBacktrace: Bool
234234

235-
public init(logger: Logger = Logger(label: "Lifeycle"),
235+
public init(logger: Logger = Logger(label: "Lifecycle"),
236236
callbackQueue: DispatchQueue = .global(),
237237
shutdownSignal: [Signal]? = [.TERM, .INT],
238238
installBacktrace: Bool = true) {

0 commit comments

Comments
 (0)