瀏覽代碼

Fix some typos

Signed-off-by: yuexiao-wang <wang.yuexiao@zte.com.cn>
yuexiao-wang 8 年之前
父節點
當前提交
97915bde44
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      libnetwork/error.go

+ 2 - 2
libnetwork/error.go

@@ -107,7 +107,7 @@ func (nnr NetworkNameError) Error() string {
 // Forbidden denotes the type of this error
 // Forbidden denotes the type of this error
 func (nnr NetworkNameError) Forbidden() {}
 func (nnr NetworkNameError) Forbidden() {}
 
 
-// UnknownNetworkError is returned when libnetwork could not find in it's database
+// UnknownNetworkError is returned when libnetwork could not find in its database
 // a network with the same name and id.
 // a network with the same name and id.
 type UnknownNetworkError struct {
 type UnknownNetworkError struct {
 	name string
 	name string
@@ -135,7 +135,7 @@ func (aee *ActiveEndpointsError) Error() string {
 // Forbidden denotes the type of this error
 // Forbidden denotes the type of this error
 func (aee *ActiveEndpointsError) Forbidden() {}
 func (aee *ActiveEndpointsError) Forbidden() {}
 
 
-// UnknownEndpointError is returned when libnetwork could not find in it's database
+// UnknownEndpointError is returned when libnetwork could not find in its database
 // an endpoint with the same name and id.
 // an endpoint with the same name and id.
 type UnknownEndpointError struct {
 type UnknownEndpointError struct {
 	name string
 	name string