浏览代码

Fix typo in remote.md

Signed-off-by: Quan Tian <tianquan@cloudin.cn>
Quan Tian 8 年之前
父节点
当前提交
2243480e99
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      libnetwork/docs/remote.md

+ 2 - 2
libnetwork/docs/remote.md

@@ -100,7 +100,7 @@ When the proxy is asked to create a network, the remote process shall receive a
 * `Options` value is the arbitrary map given to the proxy by LibNetwork. 
 * `IPv4Data` and `IPv6Data` are the ip-addressing data configured by the user and managed by IPAM driver. The network driver is expected to honor the ip-addressing data supplied by IPAM driver. The data include,
 * `AddressSpace` : A unique string represents an isolated space for IP Addressing 
-* `Pool` : A range of IP Addresses represted in CIDR format address/mask. Since, the IPAM driver is responsible for allocating container ip-addresses, the network driver can make use of this information for the network plumbing purposes.
+* `Pool` : A range of IP Addresses represented in CIDR format address/mask. Since, the IPAM driver is responsible for allocating container ip-addresses, the network driver can make use of this information for the network plumbing purposes.
 * `Gateway` : Optionally, the IPAM driver may provide a Gateway for the subnet represented by the Pool. The network driver can make use of this information for the network plumbing purposes.
 * `AuxAddresses` : A list of pre-allocated ip-addresses with an associated identifier as provided by the user to assist network driver if it requires specific ip-addresses for its operation.
 
@@ -291,7 +291,7 @@ The response indicating success is empty:
 
 * Node Discovery
 
-Similar to the DiscoverNew call, Node Discovery is represented by a `DiscoveryType` value of `1` and the corresponding `DiscoveryData` will carry Node discovery data to be delted.
+Similar to the DiscoverNew call, Node Discovery is represented by a `DiscoveryType` value of `1` and the corresponding `DiscoveryData` will carry Node discovery data to be deleted.
 
     {
 		"DiscoveryType": int,