浏览代码

Merge pull request #115 from allencloud/fix-typo

fix typo
Alexandre Beslic 9 年之前
父节点
当前提交
2478cfa966
共有 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) {
 func NewStore(backend store.Backend, addrs []string, options *store.Config) (store.Store, error) {
 	if init, exists := initializers[backend]; exists {
 	if init, exists := initializers[backend]; exists {
 		return init(addrs, options)
 		return init(addrs, options)