summaryrefslogtreecommitdiff
path: root/pkg/registries
diff options
context:
space:
mode:
authorJhon Honce <jhonce@redhat.com>2018-05-24 17:50:37 -0700
committerAtomic Bot <atomic-devel@projectatomic.io>2018-05-25 08:45:15 +0000
commit684b544e9c45129a3d8112cfab22526440d8fd13 (patch)
tree8aa092161773f0bb171b6e15cffd5d468a1b4b88 /pkg/registries
parenta7180cd5459ca063c14a60965b4487f04c0af439 (diff)
downloadpodman-684b544e9c45129a3d8112cfab22526440d8fd13.tar.gz
podman-684b544e9c45129a3d8112cfab22526440d8fd13.tar.bz2
podman-684b544e9c45129a3d8112cfab22526440d8fd13.zip
Spell check strings and comments
Signed-off-by: Jhon Honce <jhonce@redhat.com> Closes: #831 Approved by: rhatdan
Diffstat (limited to 'pkg/registries')
-rw-r--r--pkg/registries/registries.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/registries/registries.go b/pkg/registries/registries.go
index 8e43c8b91..844d2c415 100644
--- a/pkg/registries/registries.go
+++ b/pkg/registries/registries.go
@@ -22,7 +22,7 @@ func GetRegistries() ([]string, error) {
return searchRegistries, nil
}
-// GetInsecureRegistries obtains the list of inseure registries from the global registration file.
+// GetInsecureRegistries obtains the list of insecure registries from the global registration file.
func GetInsecureRegistries() ([]string, error) {
registryConfigPath := ""
envOverride := os.Getenv("REGISTRIES_CONFIG_PATH")