diff options
author | 2024-09-29 16:37:35 +0300 | |
---|---|---|
committer | 2024-09-29 16:37:35 +0300 | |
commit | 7a86900a45116994a4a175c8979550b28ec0dcfb (patch) | |
tree | 4318ba0219282b246606b37c2344ac4efb5323a3 /graphics | |
parent | afecc0f367aff12fa353c8158fac3098ffe40136 (diff) | |
download | iced-7a86900a45116994a4a175c8979550b28ec0dcfb.tar.gz iced-7a86900a45116994a4a175c8979550b28ec0dcfb.tar.bz2 iced-7a86900a45116994a4a175c8979550b28ec0dcfb.zip |
Fix various typos
Using https://github.com/crate-ci/typos
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/src/compositor.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/src/compositor.rs b/graphics/src/compositor.rs index 47521eb0..3026bead 100644 --- a/graphics/src/compositor.rs +++ b/graphics/src/compositor.rs @@ -155,7 +155,7 @@ impl Compositor for () { async fn with_backend<W: Window + Clone>( _settings: Settings, _compatible_window: W, - _preffered_backend: Option<&str>, + _preferred_backend: Option<&str>, ) -> Result<Self, Error> { Ok(()) } |