treewide: fix typos

This commit is contained in:
Felix Buehler 2023-06-22 20:54:16 +02:00
parent 785f9d198b
commit c1ab1c5e7c
11 changed files with 16 additions and 16 deletions

View file

@ -31,7 +31,7 @@ in
my.services.loki.rules = {
sshd_closed = {
condition = ''count_over_time({unit="sshd.service"} |~ "Connection closed by authenticating user" [15m]) > 25'';
description = "More then 25 users have tried loggin in the last 15 min without success";
description = "More then 25 users have tried logging in the last 15 min without success";
};
};
};