Fix misspellings in comments

Found by https://goreportcard.com/report/github.com/drone/drone
This commit is contained in:
Matthias Loibl
2016-03-27 01:14:00 +01:00
parent 310be64c3b
commit c039bc7a16
6 changed files with 7 additions and 7 deletions

View File

@@ -53,8 +53,8 @@ func toList(listof []*model.RepoLite) (string, []interface{}) {
return strings.Join(qs, ","), in
}
// helper function that converts a simple repsitory list
// to a sql IN statment compatible with postgres.
// helper function that converts a simple repository list
// to a sql IN statement compatible with postgres.
func toListPosgres(listof []*model.RepoLite) (string, []interface{}) {
var size = len(listof)
if size > 999 {