main: fix typo in comment

This commit is contained in:
Miroslav Lichvar 2021-02-03 17:36:19 +01:00
parent 3cef7f975c
commit 144fcdde34

2
main.c
View file

@ -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();
}