]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 28 Mar 2022 16:21:51 +0000 (01:21 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 28 Mar 2022 16:21:51 +0000 (01:21 +0900)
TODO
src/core/manager.c
src/libsystemd/sd-journal/journal-file.c

diff --git a/TODO b/TODO
index 4b18aafd65317d1856dadf53e8ff5156d59795c8..6f80e5764876c49448b3a3e73ac8c59d1f56633c 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1352,7 +1352,7 @@ Features:
   - on login, if we can't fallocate initially, but rebalance is on, then allow
     login in discard mode, then immediately rebalance, then turn off discard
   - extend user records with optional "bulk" data. Specifically, a user
-    avatar/photo or so. This data should be stored along wiht the user record,
+    avatar/photo or so. This data should be stored along with the user record,
     but probably shouldn't be part of the record itself, since it might be
     large.
 
index 69717e5ba6e884b9799a97c58d315757480502be..d10fb58a619f1edd3d8cb101d472d0101e574cd2 100644 (file)
@@ -2644,7 +2644,7 @@ static int manager_dispatch_sigchld(sd_event_source *source, void *userdata) {
                          * We only do this for the cgroup the PID belonged to. */
                         (void) unit_check_oom(u1);
 
-                        /* We check if systemd-oomd perfomed a kill so that we log and notify appropriately */
+                        /* We check if systemd-oomd performed a kill so that we log and notify appropriately */
                         (void) unit_check_oomd_kill(u1);
 
                         manager_invoke_sigchld_event(m, u1, &si);
index 15e4f7683435dcc5cfeae1720eb91288dd13cb95..b0f552500c29be53ff23d8482c7236dbe15139e5 100644 (file)
@@ -1939,7 +1939,7 @@ static void schedule_post_change(JournalFile *f) {
 
         assert_se(e = sd_event_source_get_event(f->post_change_timer));
 
-        /* If we are aleady going down, post the change immediately. */
+        /* If we are already going down, post the change immediately. */
         if (IN_SET(sd_event_get_state(e), SD_EVENT_EXITING, SD_EVENT_FINISHED))
                 goto fail;