summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2024-04-21 01:37:02 +0200
committerLibravatar GitHub <noreply@github.com>2024-04-21 01:37:02 +0200
commit15e15700ab456db5f3b14f9f7946c5cde28a6fec (patch)
treebc3ede44476580b8d1c25aa8cef9dd159a9ee7b4
parenta05b8044a9a82c1802d4d97f1723e24b9d9dad9c (diff)
parentf3a2255f830e52d68c6bf0aaebc1e4164d66f2d8 (diff)
downloadiced-15e15700ab456db5f3b14f9f7946c5cde28a6fec.tar.gz
iced-15e15700ab456db5f3b14f9f7946c5cde28a6fec.tar.bz2
iced-15e15700ab456db5f3b14f9f7946c5cde28a6fec.zip
Merge pull request #2393 from saihaze/master
Fix typo in icon.rs
-rw-r--r--src/window/icon.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window/icon.rs b/src/window/icon.rs
index ef71c228..7fe4ca7b 100644
--- a/src/window/icon.rs
+++ b/src/window/icon.rs
@@ -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.