From 4c698dc7c71418239e24b1756604371dcb6a2f74 Mon Sep 17 00:00:00 2001 From: kolaente Date: Thu, 29 Dec 2022 18:54:06 +0100 Subject: [PATCH] fix: typo --- pkg/models/task_collection.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/models/task_collection.go b/pkg/models/task_collection.go index 3eb44071509..afeaf0461a7 100644 --- a/pkg/models/task_collection.go +++ b/pkg/models/task_collection.go @@ -196,7 +196,7 @@ func (tf *TaskCollection) ReadAll(s *xorm.Session, a web.Auth, search string, pa projects = append(projects, project) } } else { - // Check the project exists and the user has acess on it + // Check the project exists and the user has access on it project := &Project{ID: tf.ProjectID} canRead, _, err := project.CanRead(s, a) if err != nil {