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>
This commit is contained in:
Ujp8LfXBJ6wCPR
2024-06-09 10:50:22 +00:00
committed by GitHub
parent f203c8729a
commit af6d84a7f8
8 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -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,
},