fix: typo

This commit is contained in:
kolaente 2022-12-29 21:15:43 +01:00
parent 1e2dd17386
commit 7d5e687236
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ type LabelByTaskIDsOptions struct {
}
// Helper function to get all labels for a set of tasks
// Used when getting all labels for one task as well when getting all lables
// Used when getting all labels for one task as well when getting all labels
func getLabelsByTaskIDs(s *xorm.Session, opts *LabelByTaskIDsOptions) (ls []*labelWithTaskID, resultCount int, totalEntries int64, err error) {
// We still need the task ID when we want to get all labels for a task, but because of this, we get the same label
// multiple times when it is associated to more than one task.