From 3bcd5bdd327efe5b8c02c96db8a868381f81b7ba Mon Sep 17 00:00:00 2001 From: LoicBersier Date: Thu, 31 Jul 2025 19:26:36 +0200 Subject: [PATCH] fix: correct typo --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index bf72758..864773d 100644 --- a/src/main.rs +++ b/src/main.rs @@ -27,7 +27,7 @@ enum Errors { FromUtf8(#[from] FromUtf8Error), #[error("Skill issue on the programmer part ngl, report this to dev pls")] SkillIssue(), - #[error("Didn't find any file to convert, is your input folder structued correctly?")] + #[error("Didn't find any file to convert, is your input folder structured correctly?")] NoFileToConvert(), #[error("You are missing ffprobe in your PATH")]