Add check_typo job (#9361)

To block merging pull requests which contain typo automatically.
This commit is contained in:
Kenichi Omichi
2022-10-07 18:21:53 +09:00
committed by GitHub
parent befde271eb
commit 24632ae81b
9 changed files with 26 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ driftfile /var/lib/chrony/drift
{% if ntp_tinker_panic is sameas true %}
# Force time sync if the drift exceeds the threshold specified
# Usefull for VMs that can be paused and much later resumed.
# Useful for VMs that can be paused and much later resumed.
makestep 1.0 -1
{% else %}
# Allow the system clock to be stepped in the first three updates

View File

@@ -6,7 +6,7 @@ driftfile {{ ntp_driftfile }}
{% if ntp_tinker_panic is sameas true %}
# Always reset the clock, even if the new time is more than 1000s away
# from the current system time. Usefull for VMs that can be paused
# from the current system time. Useful for VMs that can be paused
# and much later resumed.
tinker panic 0
{% endif %}