From c1919aa66ac3f5f9d4ad8d29d29a11b4236cd926 Mon Sep 17 00:00:00 2001 From: Patrick Ferris Date: Fri, 22 Nov 2024 09:54:27 +0000 Subject: [PATCH] Better chown excepting Co-authored-by: Thomas Leonard --- lib_eio/path.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib_eio/path.ml b/lib_eio/path.ml index f59961e0..6e57e8e9 100644 --- a/lib_eio/path.ml +++ b/lib_eio/path.ml @@ -245,4 +245,4 @@ let chown ~follow ~uid ~gid t = try X.chown ~follow ~uid ~gid dir path with Exn.Io _ as ex -> let bt = Printexc.get_raw_backtrace () in - Exn.reraise_with_context ex bt "chowing file %a" pp t + Exn.reraise_with_context ex bt "changing ownership of %a" pp t