1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-10 01:17:44 +03:00

tree-wide: fix typo

This commit is contained in:
Yu Watanabe 2022-03-07 15:32:22 +09:00
parent 55c09511e1
commit a17e54783a
3 changed files with 3 additions and 3 deletions

View File

@ -561,7 +561,7 @@
<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

View 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.

View 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. */