fixed typo

This commit is contained in:
aiden 2023-05-23 20:45:45 +01:00
parent 5a70b6e4e7
commit 350ccae12a
Signed by: aiden
GPG Key ID: EFA9C74AEBF806E0

@ -39,7 +39,7 @@ impl CleanFile {
}
pub fn file(&self) -> Result<&File, &'static str> {
return self.file.as_ref().ok_or("failed deleted");
return self.file.as_ref().ok_or("file deleted");
}
pub fn path(&self) -> &str {