Skip to content

Commit 0957e20

Browse files
authored
Fix always typo (#137)
1 parent ce9e058 commit 0957e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/MQTTNIO/MQTTClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ internal extension MQTTClient {
504504
}
505505

506506
func processConnack(_ connack: MQTTConnAckPacket) throws -> MQTTConnAckPacket {
507-
// connack doesn't return a packet id so this is alway 32767. Need a better way to choose first packet id
507+
// connack doesn't return a packet id so this is always 32767. Need a better way to choose first packet id
508508
self.globalPacketId.store(connack.packetId + 32767, ordering: .relaxed)
509509
switch self.configuration.version {
510510
case .v3_1_1:

0 commit comments

Comments
 (0)