Skip to content

Commit

Permalink
Correct typo
Browse files Browse the repository at this point in the history
Co-authored-by: Cory Benfield <[email protected]>
  • Loading branch information
clintonpi and Lukasa authored Jan 24, 2025
1 parent 0d22e92 commit 4847b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/AsyncHTTPClientTests/HTTPClientTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4411,7 +4411,7 @@ final class CountingDebugInitializerUtil: Sendable {
private let _executionCount: NIOLockedValueBox<Int>
var executionCount: Int { self._executionCount.withLockedValue { $0 } }

/// The acual debug initializer.
/// The actual debug initializer.
func initialize(channel: Channel) -> EventLoopFuture<Void> {
self._executionCount.withLockedValue { $0 += 1 }

Expand Down

0 comments on commit 4847b6e

Please sign in to comment.