<citerefentry><refentrytitle>systemd.target</refentrytitle><manvolnum>5</manvolnum></citerefentry>
for details. Note that this behavior can be opted out by setting
<varname>DefaultDependencies=no</varname> in the specified units, or it can be selectively
- overidden via an explicit <varname>Before=</varname> dependency.</para>
+ overridden via an explicit <varname>Before=</varname> dependency.</para>
</refsect2>
</refsect1>
# undef memcpy
# undef memset
#else
-/* And for userpsace unit testing we need to give them an efi_ prefix. */
+/* And for userspace unit testing we need to give them an efi_ prefix. */
# define memcmp efi_memcmp
# define memcpy efi_memcpy
# define memset efi_memset
# This only happens because the usual instructions for assembling a unified
# kernel image contain hardcoded addresses for section VMAs added in. Until a
# proper solution is in place, we can at least compile with as least -O1 to
-# reduce the likelyhood of this happening.
+# reduce the likelihood of this happening.
# https://github.com/systemd/systemd/issues/24202
efi_cflags += '-O1'
Unit *u;
SET_FOREACH(u, *not_ready_units)
if (set_remove(*ready_units, u))
- log_unit_error(u, "Cannot active and deactive simultaneously. Deactivating.");
+ log_unit_error(u, "Cannot activate and deactivate the unit simultaneously. Deactivating.");
return 0;
}