From f3a2255f830e52d68c6bf0aaebc1e4164d66f2d8 Mon Sep 17 00:00:00 2001 From: saihaze Date: Fri, 19 Apr 2024 14:53:38 +0800 Subject: Fix typo --- src/window/icon.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit