]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
timedate: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 28 Mar 2024 00:54:48 +0000 (09:54 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 28 Mar 2024 00:55:11 +0000 (09:55 +0900)
Follow-up for 3a51e31be9f626cf772733cb289ed64739fab0e4.

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