From e7fadb7d631824841fa61cb2373c7e260e3b7b6a Mon Sep 17 00:00:00 2001 From: boasting-squirrel Date: Thu, 14 Mar 2019 00:08:19 +0100 Subject: Improved grammar of TarBuildingError error message --- src/archive.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/archive.rs') diff --git a/src/archive.rs b/src/archive.rs index e1460b9..b71d50f 100644 --- a/src/archive.rs +++ b/src/archive.rs @@ -98,7 +98,7 @@ fn tar(src_dir: String, inner_folder: String) -> Result, errors::Compres tar_builder.append_dir_all(inner_folder, &src_dir).context( errors::CompressionErrorKind::TarBuildingError { message: format!( - "failed to append the content of {} in the TAR archive", + "failed to append the content of {} to the TAR archive", &src_dir ), }, -- cgit v1.2.3