From: Yu Watanabe Date: Thu, 28 Mar 2024 00:54:48 +0000 (+0900) Subject: timedate: fix typo X-Git-Tag: v256-rc1~374 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a128119a1d154a4a009bb51d0c26e4aa7f06d601;p=thirdparty%2Fsystemd.git timedate: fix typo Follow-up for 3a51e31be9f626cf772733cb289ed64739fab0e4. --- diff --git a/src/timedate/timedated.c b/src/timedate/timedated.c index dff1033a1f5..4840ba47b1c 100644 --- a/src/timedate/timedated.c +++ b/src/timedate/timedated.c @@ -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)); }