fix: correct typo
This commit is contained in:
parent
21802286a5
commit
3bcd5bdd32
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ enum Errors {
|
||||||
FromUtf8(#[from] FromUtf8Error),
|
FromUtf8(#[from] FromUtf8Error),
|
||||||
#[error("Skill issue on the programmer part ngl, report this to dev pls")]
|
#[error("Skill issue on the programmer part ngl, report this to dev pls")]
|
||||||
SkillIssue(),
|
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(),
|
NoFileToConvert(),
|
||||||
|
|
||||||
#[error("You are missing ffprobe in your PATH")]
|
#[error("You are missing ffprobe in your PATH")]
|
||||||
|
|
Loading…
Add table
Reference in a new issue