[full-ci] bump revav2.19.1

This commit is contained in:
Roman Perekhod
2024-02-29 16:56:37 +01:00
parent 4427c9f032
commit 90ec40e38f
4 changed files with 5 additions and 5 deletions

View File

@@ -772,7 +772,7 @@ func (s *svc) checkShareLock(ctx context.Context, share *collaboration.Share) (*
}
if sRes.GetInfo().GetLock() != nil {
msg := "can not chane grants, the shared resource is locked"
msg := "can not change grants, the shared resource is locked"
logger.Debug().Interface("lock", sRes.GetInfo().GetLock()).Msg(msg)
return status.NewLocked(ctx, msg), errors.New(msg)
}