[skip e2e] Grammar correction (#14343)

Signed-off-by: cxytz01 <xueyou.chen@zilliz.com>
pull/14351/head
cxytz01 2021-12-27 18:58:20 +08:00 committed by GitHub
parent bc05f3e8b0
commit 4c95803148
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ func (node *Proxy) Init() error {
return nil
}
// sendChannelsTimeTickLoop starts a goroutine that synchronize the time tick information.
// sendChannelsTimeTickLoop starts a goroutine that synchronizes the time tick information.
func (node *Proxy) sendChannelsTimeTickLoop() {
node.wg.Add(1)
go func() {