summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorjannfis <jann@mistrust.net>2022-03-13 21:12:43 +0100
committerGitHub <noreply@github.com>2022-03-13 21:12:43 +0100
commit5424e1602e56200cdf9d5c1d45c2f007ddd9915f (patch)
treeba1ab7920c8eff2de14fa8cec9de083f200ba2aa /pkg
parent736a9ad2d4d3d9ea6553aa80f06e986910892d81 (diff)
docs: Refactor docs (#398)
* docs: Refactor docs Signed-off-by: jannfis <jann@mistrust.net> * Fix spelling Signed-off-by: jannfis <jann@mistrust.net> * Fix spelling Signed-off-by: jannfis <jann@mistrust.net> * Sort expect Signed-off-by: jannfis <jann@mistrust.net>
Diffstat (limited to 'pkg')
-rw-r--r--pkg/registry/endpoints.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/registry/endpoints.go b/pkg/registry/endpoints.go
index 4230b3d..a04ff3b 100644
--- a/pkg/registry/endpoints.go
+++ b/pkg/registry/endpoints.go
@@ -204,7 +204,7 @@ func GetRegistryEndpoint(prefix string) (*RegistryEndpoint, error) {
err = fmt.Errorf("could not infer registry configuration from prefix %s", prefix)
}
if err == nil {
- log.Debugf("Infered registry from prefix %s to use API %s", prefix, ep.RegistryAPI)
+ log.Debugf("Inferred registry from prefix %s to use API %s", prefix, ep.RegistryAPI)
}
return ep, err
}