From a671f18f1592e69720e314c3a4ece7edec4941d7 Mon Sep 17 00:00:00 2001 From: "cai.zhang" Date: Wed, 5 Jan 2022 13:09:19 +0800 Subject: [PATCH] [skip e2e]Fix typo in comment (#14843) Signed-off-by: cai.zhang --- internal/types/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/types/types.go b/internal/types/types.go index 9486f5ee0d..c875e9bc9a 100644 --- a/internal/types/types.go +++ b/internal/types/types.go @@ -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