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