summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2021-06-18 13:37:37 +0300
committerValery Piashchynski <[email protected]>2021-06-18 13:37:37 +0300
commit25dfc0d837827d0d1c729d323dd651ca6163fe09 (patch)
tree3020a9ef43249798bbeee525a45368e673ab8d54
parenta26de465c174f34dbe418cc5ef03af179996c46c (diff)
- Typos
Signed-off-by: Valery Piashchynski <[email protected]>
-rw-r--r--plugins/redis/pubsub.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/redis/pubsub.go b/plugins/redis/pubsub.go
index dc391c20..9c3d0134 100644
--- a/plugins/redis/pubsub.go
+++ b/plugins/redis/pubsub.go
@@ -181,7 +181,7 @@ func (p *PubSubDriver) Connections(topic string, res map[string]struct{}) {
panic(err)
}
- // assighn connections
+ // assign connections
// res expected to be from the sync.Pool
for k := range r {
res[k] = struct{}{}