From 167366b9352e5d7766d2e2e6358fe2a5d94d2688 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Tue, 17 Sep 2019 20:56:01 -0700 Subject: [PATCH] pkg/cli/admin/release/mirror: Fix "exapmles" -> "examples" comment typo Typo from 7e45752b3f (release/mirror: Add examples for using the new mirror, 2019-07-19, #6). --- pkg/cli/admin/release/mirror.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cli/admin/release/mirror.go b/pkg/cli/admin/release/mirror.go index db45400846..c0628e357a 100644 --- a/pkg/cli/admin/release/mirror.go +++ b/pkg/cli/admin/release/mirror.go @@ -459,7 +459,7 @@ func (o *MirrorOptions) Run() error { return nil } -// printImageContentInstructions provides exapmles to the user for using the new repository mirror +// printImageContentInstructions provides examples to the user for using the new repository mirror // https://github.com/openshift/installer/blob/master/docs/dev/alternative_release_image_sources.md func printImageContentInstructions(out io.Writer, from, to string, repositories map[string]struct{}) error { type installConfigSubsection struct {