fixed mispell
the build was successful Details

This commit is contained in:
kolaente 2019-01-06 14:09:00 +01:00
parent fa748328ba
commit 59cbff2354
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ func (t *ListTask) updateTaskAssignees(assignees []*User) (err error) {
return nil
}
// Make a hashmap of the new assignees for easier comparision
// Make a hashmap of the new assignees for easier comparison
newAssignees := make(map[int64]*User, len(assignees))
for _, newAssignee := range assignees {
newAssignees[newAssignee.ID] = newAssignee