Skip to content

Commit

Permalink
Merge pull request #4539 from 2403905/typo-8273
Browse files Browse the repository at this point in the history
fix a typo
  • Loading branch information
butonic authored Feb 29, 2024
2 parents 9f433ca + 5a5c1f2 commit 3197f32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions changelog/unreleased/fix-typo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Bugfix: Fix a typo

We fixed a typo

https://github.com/cs3org/reva/pull/4539
2 changes: 1 addition & 1 deletion internal/grpc/services/gateway/usershareprovider.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit 3197f32

Please sign in to comment.