]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
TODO: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 14 Feb 2025 04:20:17 +0000 (13:20 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Fri, 14 Feb 2025 04:23:11 +0000 (13:23 +0900)
Follow-ups for 0eeeb36bd5361ed43cf7bc27132ac0aaad562376 and
3fd11dbcd94880541d1a8856b1881ac24aea448e.

TODO

diff --git a/TODO b/TODO
index 9a175568982669427d37086fa159f0368b867cd3..e46199ab1ed2138af08418be13bb4687ee798f79 100644 (file)
--- a/TODO
+++ b/TODO
@@ -129,7 +129,7 @@ Features:
   from nsresourced.
 
 * Make run0 forward various signals to the forked process so that sending
-  signals to a child process works rougly the same regardless of whether the
+  signals to a child process works roughly the same regardless of whether the
   child process is spawned via run0 or not.
 
 * write a document explaining how to write correct udev rules. Mention things
@@ -144,7 +144,7 @@ Features:
   recognizable value to first of all indicate that it's systemd that did the
   killing. Secondly, we can give a reason for the killing, i.e. OOM or so, and
   also the phase we are in, and which process we think we are killing (i.e.
-  main vs control porcess, useful in case of sd_notify() MAINPID= debugging).
+  main vs control process, useful in case of sd_notify() MAINPID= debugging).
   Net result: people who try to debug why their process gets killed should have
   some minimal, nice metadata directly on the signal event.