Skip to content

Commit 804ec8b

Browse files
committed
spelling mistake
1 parent 71d82f7 commit 804ec8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/idpsync/group.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ type ExpectedGroup struct {
273273
}
274274

275275
// Equal compares two ExpectedGroups. The org id must be the same.
276-
// If the group ID is set, it will be compared and take priorty, ignoring the
276+
// If the group ID is set, it will be compared and take priority, ignoring the
277277
// name value. So 2 groups with the same ID but different names will be
278278
// considered equal.
279279
func (a ExpectedGroup) Equal(b ExpectedGroup) bool {

0 commit comments

Comments
 (0)