Skip to content

Commit c1919aa

Browse files
Better chown excepting
Co-authored-by: Thomas Leonard <[email protected]>
1 parent 9808d13 commit c1919aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib_eio/path.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,4 +245,4 @@ let chown ~follow ~uid ~gid t =
245245
try X.chown ~follow ~uid ~gid dir path
246246
with Exn.Io _ as ex ->
247247
let bt = Printexc.get_raw_backtrace () in
248-
Exn.reraise_with_context ex bt "chowing file %a" pp t
248+
Exn.reraise_with_context ex bt "changing ownership of %a" pp t

0 commit comments

Comments
 (0)