Fix typo
This commit is contained in:
parent
a05b8044a9
commit
f3a2255f83
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ pub enum Error {
|
||||||
InvalidError(#[from] icon::Error),
|
InvalidError(#[from] icon::Error),
|
||||||
|
|
||||||
/// The underlying OS failed to create the icon.
|
/// The underlying OS failed to create the icon.
|
||||||
#[error("The underlying OS failted to create the window icon: {0}")]
|
#[error("The underlying OS failed to create the window icon: {0}")]
|
||||||
OsError(#[from] io::Error),
|
OsError(#[from] io::Error),
|
||||||
|
|
||||||
/// The `image` crate reported an error.
|
/// The `image` crate reported an error.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue