From 34679c75a4735b11a0a42509201e6ea57f260e27 Mon Sep 17 00:00:00 2001 From: bbb651 Date: Wed, 29 Jan 2025 23:43:25 +0200 Subject: misc: Fix typos Using [`typos`](https://github.com/crate-ci/typos) cli --- src/window/mapped.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/window') diff --git a/src/window/mapped.rs b/src/window/mapped.rs index 71b6c9da..83a6360d 100644 --- a/src/window/mapped.rs +++ b/src/window/mapped.rs @@ -778,7 +778,7 @@ impl LayoutElement for Mapped { let _span = trace_span!("send_pending_configure", surface = ?toplevel.wl_surface().id()).entered(); - // Check for pending changes manually to account fo RequestSizeOnce::UseWindowSize. + // Check for pending changes manually to account for RequestSizeOnce::UseWindowSize. let has_pending_changes = with_toplevel_role(self.toplevel(), |role| { if role.server_pending.is_none() { return false; -- cgit