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 /resources | |
| 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 'resources')
| -rwxr-xr-x | resources/niri-session | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/niri-session b/resources/niri-session index 85f6991f..9b0ef7ae 100755 --- a/resources/niri-session +++ b/resources/niri-session @@ -34,7 +34,7 @@ fi # Start niri and wait for it to terminate. systemctl --user --wait start niri.service -# Force stop of grahical-session.target. +# Force stop of graphical-session.target. systemctl --user start --job-mode=replace-irreversibly niri-shutdown.target # Unset environment that we've set. |
