We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d22e92 commit 4847b6eCopy full SHA for 4847b6e
Tests/AsyncHTTPClientTests/HTTPClientTests.swift
@@ -4411,7 +4411,7 @@ final class CountingDebugInitializerUtil: Sendable {
4411
private let _executionCount: NIOLockedValueBox<Int>
4412
var executionCount: Int { self._executionCount.withLockedValue { $0 } }
4413
4414
- /// The acual debug initializer.
+ /// The actual debug initializer.
4415
func initialize(channel: Channel) -> EventLoopFuture<Void> {
4416
self._executionCount.withLockedValue { $0 += 1 }
4417
0 commit comments