From af6d84a7f85c3804bcf60d066f26e33070a17d1c Mon Sep 17 00:00:00 2001 From: Ujp8LfXBJ6wCPR Date: Sun, 9 Jun 2024 10:50:22 +0000 Subject: 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 Co-authored-by: Ivan Molodetskikh --- resources/niri-session | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources') 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. -- cgit