]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/timedate/timedated.c
timedate: fix typo
[thirdparty/systemd.git] / src / timedate / timedated.c
index dff1033a1f5a43e193e59e141b9c4c89f9b19e9e..4840ba47b1c1b386b8623a2ec0e5c19fe79b6e4b 100644 (file)
@@ -1011,7 +1011,7 @@ static int method_set_ntp(sd_bus_message *m, void *userdata, sd_bus_error *error
         else
                 log_info("Set NTP to be disabled.");
 
-        /* Asynchrounous reply to m in match_job_removed() */
+        /* Asynchronous reply to m in match_job_removed() */
         return set_ensure_consume(&c->set_ntp_calls, &bus_message_hash_ops, sd_bus_message_ref(m));
 }