summaryrefslogtreecommitdiffstats
path: root/src/timedate
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2024-03-28 01:54:48 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2024-03-28 01:55:11 +0100
commita128119a1d154a4a009bb51d0c26e4aa7f06d601 (patch)
tree30185fbe8b6e14572af45a7579bd355d41af843f /src/timedate
parentanalyze: fix plot with soft-reboot (diff)
downloadsystemd-a128119a1d154a4a009bb51d0c26e4aa7f06d601.tar.xz
systemd-a128119a1d154a4a009bb51d0c26e4aa7f06d601.zip
timedate: fix typo
Follow-up for 3a51e31be9f626cf772733cb289ed64739fab0e4.
Diffstat (limited to 'src/timedate')
-rw-r--r--src/timedate/timedated.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timedate/timedated.c b/src/timedate/timedated.c
index dff1033a1f..4840ba47b1 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));
}