correct spelling error (#13409)

Signed-off-by: xiangzhou.guo <xiangzhou.guo@zilliz.com>
pull/13441/head
xiangzhou.guo 2021-12-15 16:47:13 +08:00 committed by GitHub
parent 5c2302d711
commit 5e644a780c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ func (n *Session) GetOrCreateClient(ctx context.Context) (types.DataNode, error)
}
if n.clientCreator == nil {
return nil, fmt.Errorf("unable to create client for %s beacause of a nil client creator", n.info.Address)
return nil, fmt.Errorf("unable to create client for %s because of a nil client creator", n.info.Address)
}
err := n.initClient(ctx)