Corrent some spelling error (#13510)

Signed-off-by: guoxiangzhou <xiangzhou.guo@zilliz.com>

Co-authored-by: guoxiangzhou <xiangzhou.guo@zilliz.com>
This commit is contained in:
xiangzhouguo 2021-12-16 20:53:13 +08:00 committed by GitHub
parent acbb680c91
commit 4e6923ccde
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,7 +121,7 @@ type QueryCoordInfos struct {
SystemConfigurations QueryCoordConfiguration `json:"system_configurations"`
}
// ProxyConfiguration records the configuration of proxy.
// ProxyConfiguration records the configuration of Proxy.
type ProxyConfiguration struct {
DefaultPartitionName string `json:"default_partition_name"`
DefaultIndexName string `json:"default_index_name"`
@ -133,7 +133,7 @@ type ProxyInfos struct {
SystemConfigurations ProxyConfiguration `json:"system_configurations"`
}
// IndexNodeConfiguration records the configuration of index node.
// IndexNodeConfiguration records the configuration of IndexNode.
type IndexNodeConfiguration struct {
MinioBucketName string `json:"minio_bucket_name"`