From 684b544e9c45129a3d8112cfab22526440d8fd13 Mon Sep 17 00:00:00 2001 From: Jhon Honce Date: Thu, 24 May 2018 17:50:37 -0700 Subject: Spell check strings and comments Signed-off-by: Jhon Honce Closes: #831 Approved by: rhatdan --- pkg/spec/ports.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/spec') diff --git a/pkg/spec/ports.go b/pkg/spec/ports.go index 4d9a625bf..bdd26bd83 100644 --- a/pkg/spec/ports.go +++ b/pkg/spec/ports.go @@ -36,7 +36,7 @@ func ExposedPorts(expose, publish []string, publishAll bool, imageExposedPorts m } } - // parse user input'd port bindings + // parse user inputted port bindings pbPorts, portBindings, err := nat.ParsePortSpecs(publish) if err != nil { return nil, err -- cgit v1.2.3-54-g00ecf