Fix typo: respository->repository

Signed-off-by: Jordan Liggitt <jliggitt@redhat.com>
This commit is contained in:
Jordan Liggitt 2015-05-19 13:25:08 -04:00
parent cde7b93b85
commit 32ed2d7df1
6 changed files with 8 additions and 8 deletions

View file

@ -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