diff --git a/pkg/models/label_task.go b/pkg/models/label_task.go index 0f19d0933..2528dfce8 100644 --- a/pkg/models/label_task.go +++ b/pkg/models/label_task.go @@ -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.