Fix typos

Ran `typos .` and fixed all typos that do make sense.
https://crates.io/crates/typos
This commit is contained in:
Tasuku Suzuki 2025-01-12 14:26:36 +09:00 committed by Simon Hausmann
parent dec3bff5e2
commit 346d1c2df3
70 changed files with 106 additions and 106 deletions

View file

@ -9,7 +9,7 @@ use i_slint_core::graphics::{RequestedGraphicsAPI, RequestedOpenGLVersion};
#[i_slint_core_macros::slint_doc]
/// Use the BackendSelector to configure one of Slint's built-in [backends with a renderer](slint:backends_and_renderers)
/// to accomodate specific needs of your application. This is a programmatic substitute for
/// to accommodate specific needs of your application. This is a programmatic substitute for
/// the `SLINT_BACKEND` environment variable.
///
/// For example, to configure Slint to use a renderer that supports OpenGL ES 3.0, configure