fix: Typo in a comment

This commit is contained in:
Erwan Martin 2023-03-22 21:20:04 +01:00
parent 0eda1d9785
commit a1f25d3671
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ func (vcls *VikunjaCaldavProjectStorage) UpdateResource(rpath, content string) (
// At this point, we already have the right task in vcls.task, so we can use that ID directly
vTask.ID = vcls.task.ID
// Explicitely set the ProjectID in case the task now belongs to a different project:
// Explicitly set the ProjectID in case the task now belongs to a different project:
vTask.ProjectID = vcls.project.ID
vcls.task.ProjectID = vcls.project.ID