소스 검색

fix typo

Signed-off-by: allencloud <allen.sun@daocloud.io>
allencloud 9 년 전
부모
커밋
cc0ed694ee
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      libnetwork/internal/kvstore/kvstore_manage.go

+ 1 - 1
libnetwork/internal/kvstore/kvstore_manage.go

@@ -25,7 +25,7 @@ var (
 	}()
 )
 
-// NewStore creates a an instance of store
+// NewStore creates an instance of store
 func NewStore(backend store.Backend, addrs []string, options *store.Config) (store.Store, error) {
 	if init, exists := initializers[backend]; exists {
 		return init(addrs, options)