@@ -146,7 +146,7 @@ func (as *adminService) AddOrUpdateGroupMembers(group GoogleGroup, role string,
146146 return fmt .Errorf ("unable to retrieve members in group %q: %w" , group .EmailId , err )
147147 }
148148
149- // aggregate the errors that occured and return them together in the end.
149+ // aggregate the errors that occurred and return them together in the end.
150150 var errs []error
151151
152152 for _ , memberEmailId := range members {
@@ -272,7 +272,7 @@ func (as *adminService) DeleteGroupsIfNecessary() error {
272272 return fmt .Errorf ("unable to retrieve users in domain: %w" , err )
273273 }
274274
275- // aggregate the errors that occured and return them together in the end.
275+ // aggregate the errors that occurred and return them together in the end.
276276 var errs []error
277277
278278 for _ , g := range g .Groups {
@@ -321,7 +321,7 @@ func (as *adminService) RemoveOwnerOrManagersFromGroup(group GoogleGroup, member
321321 return fmt .Errorf ("unable to retrieve members in group %q: %w" , group .EmailId , err )
322322 }
323323
324- // aggregate the errors that occured and return them together in the end.
324+ // aggregate the errors that occurred and return them together in the end.
325325 var errs []error
326326
327327 for _ , m := range l {
@@ -377,7 +377,7 @@ func (as *adminService) RemoveMembersFromGroup(group GoogleGroup, members []stri
377377 return fmt .Errorf ("unable to retrieve members in group %q: %w" , group .EmailId , err )
378378 }
379379
380- // aggregate the errors that occured and return them together in the end.
380+ // aggregate the errors that occurred and return them together in the end.
381381 var errs []error
382382
383383 for _ , m := range l {
0 commit comments