Packages=
gdb
nano
- # procps-ng provides a set of useful utilies (ps, free, etc)
+ # procps-ng provides a set of useful utilities (ps, free, etc)
procps-ng
strace
tpm2-tss
if (!policy)
return NULL;
if (!json_variant_is_object(policy)) {
- log_debug("Specificied policy is not a JSON object, ignoring.");
+ log_debug("Specified policy is not a JSON object, ignoring.");
return NULL;
}
};
/* glibc duplicates timespec/timeval on certain 32bit archs, once in 32bit and once in 64bit.
- * See __convert_scm_timestamps() in glibc souce code. Hence, we need additional buffer space for them
+ * See __convert_scm_timestamps() in glibc source code. Hence, we need additional buffer space for them
* to prevent from recvmsg_safe() returning -EXFULL. */
#define CMSG_SPACE_TIMEVAL \
((sizeof(struct timeval) == sizeof(struct timeval_large)) ? \
};
/* IFLA_IPTUN_ attributes are used in ipv4/ipip.c, ipv6/ip6_tunnel.c, and ipv6/sit.c. And unfortunately,
- * IFLA_IPTUN_FLAGS is used with differnt types, ugh... */
+ * IFLA_IPTUN_FLAGS is used with different types, ugh... */
#define DEFINE_IPTUN_TYPES(name, flags_type) \
static const NLType rtnl_link_info_data_##name##_types[] = { \
[IFLA_IPTUN_LINK] = { .type = NETLINK_TYPE_U32 }, \
systemd-analyze verify --recursive-errors=no /tmp/testfile2.service
set +e
-# Non-zero exit status since all associated dependencies are recusrively loaded when the unit file is loaded
+# Non-zero exit status since all associated dependencies are recusively loaded when the unit file is loaded
systemd-analyze verify --recursive-errors=yes /tmp/testfile2.service \
&& { echo 'unexpected success'; exit 1; }
set -e