]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
main: fix typo in comment
authorMiroslav Lichvar <mlichvar@redhat.com>
Wed, 3 Feb 2021 16:36:19 +0000 (17:36 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Wed, 3 Feb 2021 16:51:47 +0000 (17:51 +0100)
main.c

diff --git a/main.c b/main.c
index bde2e6c10f5cb8ed7613c9c75a2549aacdbd8d00..0e54152608258ecc9594ac48596a38b53eff79a0 100644 (file)
--- 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();
   }