diff --git a/daemon/links/links.go b/daemon/links/links.go index 2bcb483259..be153f6bb0 100644 --- a/daemon/links/links.go +++ b/daemon/links/links.go @@ -8,7 +8,7 @@ import ( "github.com/docker/go-connections/nat" ) -// Link struct holds informations about parent/child linked container +// Link struct holds information about parent/child linked container type Link struct { // Parent container IP address ParentIP string @@ -43,7 +43,7 @@ func NewLink(parentIP, childIP, name string, env []string, exposedPorts map[nat. } } -// ToEnv creates a string's slice containing child container informations in +// ToEnv creates a string's slice containing child container information in // the form of environment variables which will be later exported on container // startup. func (l *Link) ToEnv() []string { diff --git a/dockerversion/version_lib.go b/dockerversion/version_lib.go index 77b87891be..17b6990cc9 100644 --- a/dockerversion/version_lib.go +++ b/dockerversion/version_lib.go @@ -4,7 +4,7 @@ package dockerversion // import "github.com/docker/docker/dockerversion" // Default build-time variable for library-import. -// This file is overridden on build with build-time informations. +// This file is overridden on build with build-time information. const ( GitCommit = "library-import" Version = "library-import" diff --git a/hack/make/.go-autogen b/hack/make/.go-autogen index 5d1aab930b..9bdc1f379d 100644 --- a/hack/make/.go-autogen +++ b/hack/make/.go-autogen @@ -13,7 +13,7 @@ cat > dockerversion/version_autogen.go < dockerversion/version_autogen_unix.go <