Merge pull request #2393 from saihaze/master

Fix typo in icon.rs
This commit is contained in:
Héctor Ramón 2024-04-21 01:37:02 +02:00 committed by GitHub
commit 15e15700ab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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.