We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9808d13 commit c1919aaCopy full SHA for c1919aa
lib_eio/path.ml
@@ -245,4 +245,4 @@ let chown ~follow ~uid ~gid t =
245
try X.chown ~follow ~uid ~gid dir path
246
with Exn.Io _ as ex ->
247
let bt = Printexc.get_raw_backtrace () in
248
- Exn.reraise_with_context ex bt "chowing file %a" pp t
+ Exn.reraise_with_context ex bt "changing ownership of %a" pp t
0 commit comments