]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 7 Mar 2022 06:32:22 +0000 (15:32 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 7 Mar 2022 06:32:22 +0000 (15:32 +0900)
man/sd_bus_add_object.xml
meson.build
src/shared/watchdog.c

index 3249b7f98de90a2e711e7a8a6137b4cb89eae40e..991f3a8064ff8040fb1a4736b19de9edf36795da 100644 (file)
         <varlistentry>
           <term><constant>SD_BUS_VTABLE_CAPABILITY(<replaceable>capability</replaceable>)</constant></term>
 
-          <listitem><para>Access to this vtable entry will be allowed if the calling proccess has the
+          <listitem><para>Access to this vtable entry will be allowed if the calling process has the
           capability <replaceable>capability</replaceable>, as described in
           <citerefentry><refentrytitle>sd_bus_query_sender_privilege</refentrytitle><manvolnum>3</manvolnum></citerefentry>.
           If used for <constant>SD_BUS_VTABLE_START()</constant>, provides a default for all entries in the
index 905ed07f758005a90fcdd5589238cc77a698cf96..6ce7b01c0b41b39cfe27fc8c3d23fb25a629410b 100644 (file)
@@ -361,7 +361,7 @@ possible_common_cc_flags = [
         '-Wno-string-plus-int',  # clang
 ]
 
-# Disable -Wmaybe-unitialized when compiling with -Os/-O1/-O3/etc. There are
+# Disable -Wmaybe-uninitialized when compiling with -Os/-O1/-O3/etc. There are
 # too many false positives with gcc >= 8. Effectively, we only test with -O0
 # and -O2; this should be enough to catch most important cases without too much
 # busywork. See https://github.com/systemd/systemd/pull/19226.
index 1c0dfc991507779bab3530d25fb657ebd465682c..c4a4702a37c20b9fb3b969cb476b001dc63a84e5 100644 (file)
@@ -230,7 +230,7 @@ static int update_pretimeout(void) {
         /* If we have a pretimeout governor, then pretimeout is supported. Without a governor
          * pretimeout does not work at all.
          * Note that this might require a kernel module that is not autoloaded, so we don't
-         * cache this, but we check everytime the configuration changes. */
+         * cache this, but we check every time the configuration changes. */
         watchdog_supports_pretimeout = true;
 
         /* Determine if the pretimeout is valid for the current watchdog timeout. */