fix: typos in error message
This commit is contained in:
parent
d91a894b6c
commit
32f5503ffc
1 changed files with 3 additions and 1 deletions
|
|
@ -141,7 +141,9 @@ impl State {
|
|||
path.display()
|
||||
));
|
||||
}
|
||||
Err(e) => return Some(format!("faled to decode '{}' {e}", path.display())),
|
||||
Err(e) => {
|
||||
return Some(format!("failed to decode jxl '{}': {e}", path.display()));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue