chore: fix some typos in comments (#5497)

This commit is contained in:
yudrywet
2024-04-14 22:42:40 +08:00
committed by GitHub
parent 7a72677f98
commit 8833745fbc
5 changed files with 6 additions and 6 deletions

View File

@@ -52,7 +52,7 @@ func main() {
})
subscriber.SetCompletionFunc(func() {
glog.V(0).Infof("done recived %d messages", counter)
glog.V(0).Infof("done received %d messages", counter)
})
if err := subscriber.Subscribe(); err != nil {