From 2b161ad112e3ede77f67008c5d35d80519583be1 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 60e2c1fbc..33a3c497b 100644 --- a/pkg/models/task_collection.go +++ b/pkg/models/task_collection.go @@ -193,7 +193,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 {