mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-11 04:58:19 +03:00
tree-wide: fix typo
(cherry picked from commit a17e54783a6c899309bd5e32f1d68e95a0db0abf)
This commit is contained in:
parent
51089e007f
commit
39f2ccdb37
@ -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
|
||||
|
@ -373,7 +373,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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user