Skip to content

Commit 4847b6e

Browse files
clintonpiLukasa
andauthored
Correct typo
Co-authored-by: Cory Benfield <[email protected]>
1 parent 0d22e92 commit 4847b6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/AsyncHTTPClientTests/HTTPClientTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -4411,7 +4411,7 @@ final class CountingDebugInitializerUtil: Sendable {
44114411
private let _executionCount: NIOLockedValueBox<Int>
44124412
var executionCount: Int { self._executionCount.withLockedValue { $0 } }
44134413

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

0 commit comments

Comments
 (0)