From: Miroslav Lichvar Date: Wed, 3 Feb 2021 16:36:19 +0000 (+0100) Subject: main: fix typo in comment X-Git-Tag: 4.1-pre1~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=144fcdde34bd7e11f1bbb6b1114e3247e8ac8375;p=thirdparty%2Fchrony.git main: fix typo in comment --- diff --git a/main.c b/main.c index bde2e6c1..0e541526 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(); }