Skip to content

Commit 9434694

Browse files
authored
Merge pull request #874 from Mashimiao/config-tfix
config.go: tiny tfix
2 parents e95b4f8 + 32f5ac6 commit 9434694

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ The following parameters can be specified:
9595

9696
* **`endpointList`** *(array of strings, OPTIONAL)* - list of HNS (Host Network Service) endpoints that the container should connect to.
9797
* **`allowUnqualifiedDNSQuery`** *(bool, OPTIONAL)* - specifies if unqualified DNS name resolution is allowed.
98-
* **`DNSSearchList`** *(array of strings, OPTIONAL)* - comma seperated list of DNS suffixes to use for name resolution.
98+
* **`DNSSearchList`** *(array of strings, OPTIONAL)* - comma separated list of DNS suffixes to use for name resolution.
9999
* **`networkSharedContainerName`** *(string, OPTIONAL)* - name (ID) of the container that we will share with the network stack.
100100

101101
### Example

specs-go/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ type WindowsNetwork struct {
486486
EndpointList []string `json:"endpointList,omitempty"`
487487
// Specifies if unqualified DNS name resolution is allowed.
488488
AllowUnqualifiedDNSQuery bool `json:"allowUnqualifiedDNSQuery,omitempty"`
489-
// Comma seperated list of DNS suffixes to use for name resolution.
489+
// Comma separated list of DNS suffixes to use for name resolution.
490490
DNSSearchList []string `json:"DNSSearchList,omitempty"`
491491
// Name (ID) of the container that we will share with the network stack.
492492
NetworkSharedContainerName string `json:"networkSharedContainerName,omitempty"`

0 commit comments

Comments
 (0)