]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: Fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 25 Apr 2022 01:06:08 +0000 (10:06 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 25 Apr 2022 01:06:08 +0000 (10:06 +0900)
TODO
man/systemd-stub.xml
src/creds/creds.c
src/libsystemd/sd-bus/bus-track.c

diff --git a/TODO b/TODO
index 1715da9c356eff55ef52944b7163aced3a21dd9a..910b489c368525bbb1d0f2661fa8dc1bbb9dc187 100644 (file)
--- a/TODO
+++ b/TODO
@@ -91,7 +91,7 @@ Features:
   descriptors, and clear this set piecemeal when we see the IN_IGNORED event
   for it, or when read() returns EAGAIN or on IN_Q_OVERFLOW. Then, whenever we
   see an inotify wd event check against this set, and if it is contained ignore
-  the event. (to be fully correct this would have to count the occurances, in
+  the event. (to be fully correct this would have to count the occurrences, in
   case the same wd is reused multiple times before we start processing
   IN_IGNORED again)
 
index d00c8ac66cc16419ccec9cf2f815b309f7f17d57..92a20e259ed34c3814a4d8bba451b87d3761d34e 100644 (file)
           </row>
 
           <row>
-            <entry>Overriden kernel command line</entry>
+            <entry>Overridden kernel command line</entry>
             <entry>12</entry>
           </row>
 
index 92aedc903f103f6d16808c55a0f898cd3e75f7b1..4f2400df403d27f55e0198be69a5a30f8d1be95a 100644 (file)
@@ -549,7 +549,7 @@ static int verb_has_tpm2(int argc, char **argv, void *userdata) {
 
         /* Return inverted bit flags. So that TPM2_SUPPORT_FULL becomes EXIT_SUCCESS and the other values
          * become some reasonable values 1…7. i.e. the flags we return here tell what is missing rather than
-         * what is there, acknowledging the fact that for process exit statusses it is customary to return
+         * what is there, acknowledging the fact that for process exit statuses it is customary to return
          * zero (EXIT_FAILURE) when all is good, instead of all being bad. */
         return ~s & TPM2_SUPPORT_FULL;
 }
index e403555f8f83ce3959a3a3a531f3aa9ba1555d14..245d082f8d2baa6a0144cd07a43748d9c2630e4f 100644 (file)
@@ -193,7 +193,7 @@ _public_ int sd_bus_track_add_name(sd_bus_track *track, const char *name) {
                 if (track->recursive) {
                         assert(i->n_ref > 0);
 
-                        /* Manual oveflow check (instead of a DEFINE_TRIVIAL_REF_FUNC() helper or so), so
+                        /* Manual overflow check (instead of a DEFINE_TRIVIAL_REF_FUNC() helper or so), so
                          * that we can return a proper error, given this is almost always called in a
                          * directly client controllable way, and thus better should never hit an assertion
                          * here. */