From 2de91fb0e38ad07a4b35039fcc51de5c5a1a87c0 Mon Sep 17 00:00:00 2001 From: Ma Shimiao Date: Wed, 7 Jun 2017 16:28:11 +0800 Subject: [PATCH] config.go: tiny tfix Signed-off-by: Ma Shimiao --- specs-go/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs-go/config.go b/specs-go/config.go index 8bf8d9241..904c6e257 100644 --- a/specs-go/config.go +++ b/specs-go/config.go @@ -486,7 +486,7 @@ type WindowsNetwork struct { EndpointList []string `json:"endpointList,omitempty"` // Specifies if unqualified DNS name resolution is allowed. AllowUnqualifiedDNSQuery bool `json:"allowUnqualifiedDNSQuery,omitempty"` - // Comma seperated list of DNS suffixes to use for name resolution. + // Comma separated list of DNS suffixes to use for name resolution. DNSSearchList []string `json:"DNSSearchList,omitempty"` // Name (ID) of the container that we will share with the network stack. NetworkSharedContainerName string `json:"networkSharedContainerName,omitempty"`