From 144fcdde34bd7e11f1bbb6b1114e3247e8ac8375 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Wed, 3 Feb 2021 17:36:19 +0100 Subject: [PATCH] main: fix typo in comment --- main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.c b/main.c index bde2e6c..0e54152 100644 --- a/main.c +++ b/main.c @@ -184,7 +184,7 @@ ntp_source_resolving_end(void) NSR_AutoStartSources(); /* Special modes can end only when sources update their reachability. - Give up immediatelly if there are no active sources. */ + Give up immediately if there are no active sources. */ if (ref_mode != REF_ModeNormal && !SRC_ActiveSources()) { REF_SetUnsynchronised(); }