Apply suggestions from code review

Co-authored-by: RD WebDesign <github@rdwebdesign.com.br>
Signed-off-by: Dominik <DL6ER@users.noreply.github.com>
This commit is contained in:
Dominik
2024-06-06 08:54:31 +02:00
committed by GitHub
parent d923904291
commit 08f2e37d9f
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -840,7 +840,7 @@ void initConfig(struct config *conf)
conf->ntp.sync.server.c = validate_stub; // Only type-based checking
conf->ntp.sync.interval.k = "ntp.sync.interval";
conf->ntp.sync.interval.h = "Interval in seconds between successive syncronization attempts with the NTP server";
conf->ntp.sync.interval.h = "Interval in seconds between successive synchronization attempts with the NTP server";
conf->ntp.sync.interval.t = CONF_UINT;
conf->ntp.sync.interval.d.ui = 3600;
conf->ntp.sync.interval.c = validate_stub; // Only type-based checking
+1 -1
View File
@@ -489,7 +489,7 @@
# valid NTP upstream server
server = "pool.ntp.org"
# Interval in seconds between successive syncronization attempts with the NTP server
# Interval in seconds between successive synchronization attempts with the NTP server
interval = 3600
# Number of NTP syncs to perform and average before updating the system time