1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-20 18:04:03 +03:00

timedate: fix typo

Follow-up for 3a51e31be9f626cf772733cb289ed64739fab0e4.
This commit is contained in:
Yu Watanabe 2024-03-28 09:54:48 +09:00
parent e6bd341e7d
commit a128119a1d

View 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));
}