[codespell]: Fix typo.

v0.6
Martin Dosch 11 months ago
parent 5fee45a15e
commit 084f343f8d
No known key found for this signature in database
GPG Key ID: 52A57CFCE13D657D

@ -601,7 +601,7 @@ func main() {
}
}
// Wait for a short time as some messages are not delievered by the server
// Wait for a short time as some messages are not delivered by the server
// if the connection is closed immediately after sending a message.
time.Sleep(defaultSleepTime * time.Millisecond)
client.Close()

Loading…
Cancel
Save