[#794] fixed comment typos

This commit is contained in:
Jan Lauber
2022-10-17 19:17:44 +02:00
committed by GitHub
parent 6385c5e646
commit 9cbb2e750e
11 changed files with 15 additions and 13 deletions
+1 -1
View File
@@ -107,7 +107,7 @@ func (c *DefaultClient) Unsubscribe(subs ...string) {
delete(c.subscriptions, s)
}
} else {
// unsubsribe all
// unsubscribe all
for s := range c.subscriptions {
delete(c.subscriptions, s)
}