fix: correct typo

This commit is contained in:
LoicBersier 2025-07-31 19:26:36 +02:00
parent 21802286a5
commit 3bcd5bdd32

View file

@ -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")]