Skip to content

Commit

Permalink
Merge pull request #2393 from saihaze/master
Browse files Browse the repository at this point in the history
Fix typo in icon.rs
  • Loading branch information
hecrj authored Apr 20, 2024
2 parents a05b804 + f3a2255 commit 15e1570
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window/icon.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 15e1570

Please sign in to comment.