forked from TrueCloudLab/distribution
Fix typo: respository->repository
Signed-off-by: Jordan Liggitt <jliggitt@redhat.com>
This commit is contained in:
parent
cde7b93b85
commit
32ed2d7df1
6 changed files with 8 additions and 8 deletions
|
@ -14,7 +14,7 @@ type ErrRepositoryUnknown struct {
|
|||
}
|
||||
|
||||
func (err ErrRepositoryUnknown) Error() string {
|
||||
return fmt.Sprintf("unknown respository name=%s", err.Name)
|
||||
return fmt.Sprintf("unknown repository name=%s", err.Name)
|
||||
}
|
||||
|
||||
// ErrRepositoryNameInvalid should be used to denote an invalid repository
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue