diff options
| author | Ujp8LfXBJ6wCPR <github@lillecarl.com> | 2024-06-09 10:50:22 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-06-09 10:50:22 +0000 |
| commit | af6d84a7f85c3804bcf60d066f26e33070a17d1c (patch) | |
| tree | f166d19a1c45290b1e5b004fed4fecfeb2429525 /niri-ipc | |
| parent | f203c8729a8535f6a317df5a35dc01306be2e45c (diff) | |
| download | niri-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 'niri-ipc')
| -rw-r--r-- | niri-ipc/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/niri-ipc/src/lib.rs b/niri-ipc/src/lib.rs index 815b2ae7..e7b1ca19 100644 --- a/niri-ipc/src/lib.rs +++ b/niri-ipc/src/lib.rs @@ -307,7 +307,7 @@ pub enum OutputAction { Mode { /// Mode to set, or "auto" for automatic selection. /// - /// Run `niri msg outputs` to see the avaliable modes. + /// Run `niri msg outputs` to see the available modes. #[cfg_attr(feature = "clap", arg())] mode: ModeToSet, }, |
