mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-22 02:55:24 +00:00
Fix misspellings in comments
Found by https://goreportcard.com/report/github.com/drone/drone
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user