This commit is contained in:
saihaze 2024-04-19 14:53:38 +08:00
parent a05b8044a9
commit f3a2255f83

View file

@ -54,7 +54,7 @@ pub enum Error {
InvalidError(#[from] icon::Error),
/// 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),
/// The `image` crate reported an error.