[skip e2e]Fix typo in comment (#14843)

Signed-off-by: cai.zhang <cai.zhang@zilliz.com>
pull/14845/head
cai.zhang 2022-01-05 13:09:19 +08:00 committed by GitHub
parent 2327d53915
commit a671f18f15
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ type DataCoord interface {
// error is returned only when some communication issue occurs
GetCollectionStatistics(ctx context.Context, req *datapb.GetCollectionStatisticsRequest) (*datapb.GetCollectionStatisticsResponse, error)
// GetParititonStatistics requests partition statistics
// GetPartitionStatistics requests partition statistics
//
// ctx is the context to control request deadline and cancellation
// req contains the collection and partition id to query