aboutsummaryrefslogtreecommitdiff
path: root/src/handlers
diff options
context:
space:
mode:
authorUjp8LfXBJ6wCPR <github@lillecarl.com>2024-06-09 10:50:22 +0000
committerGitHub <noreply@github.com>2024-06-09 10:50:22 +0000
commitaf6d84a7f85c3804bcf60d066f26e33070a17d1c (patch)
treef166d19a1c45290b1e5b004fed4fecfeb2429525 /src/handlers
parentf203c8729a8535f6a317df5a35dc01306be2e45c (diff)
downloadniri-af6d84a7f85c3804bcf60d066f26e33070a17d1c.tar.gz
niri-af6d84a7f85c3804bcf60d066f26e33070a17d1c.tar.bz2
niri-af6d84a7f85c3804bcf60d066f26e33070a17d1c.zip
Fix typos (#429)
* Fix typos reported by "typos" crate https://github.com/crate-ci/typos * Ignore typo datas -> data See https://github.com/crate-ci/typos?tab=readme-ov-file#false-positives for more configureability. --------- Co-authored-by: Carl Hjerpe <git@hjerpe.xyz> Co-authored-by: Ivan Molodetskikh <yalterz@gmail.com>
Diffstat (limited to 'src/handlers')
-rw-r--r--src/handlers/compositor.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/handlers/compositor.rs b/src/handlers/compositor.rs
index db14b20e..0d64faa3 100644
--- a/src/handlers/compositor.rs
+++ b/src/handlers/compositor.rs
@@ -132,7 +132,7 @@ impl CompositorHandler for State {
let output =
output.filter(|o| self.niri.layout.monitor_for_output(o).is_some());
- // Chech that the workspace still exists.
+ // Check that the workspace still exists.
let workspace_name = workspace_name
.filter(|n| self.niri.layout.find_workspace_by_name(n).is_some());