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

@ -168,7 +168,7 @@ in
description = "Host SystemD service crashed (instance {{ $labels.instance }})";
};
# time
clock_not_syncronising = {
clock_not_synchronising = {
condition = ''min_over_time(node_timex_sync_status[1m]) == 0 and node_timex_maxerror_seconds >= 16'';
description = ''Clock not synchronising.\n VALUE = {{ $value }}'';
};