* The pkgconfig and rpm macros files now export the directory for user
units as 'user_tmpfiles_dir' and '_user_tmpfilesdir'.
- * Detection of Parallells and KubeVirt virtualization has been improved.
+ * Detection of Parallels and KubeVirt virtualization has been improved.
* os-release gained a new field SUPPORT_END=YYYY-MM-DD to inform the
user when their system will become unsupported.
config_add_entry(config, entry);
if (config->secure_boot_enroll == ENROLL_FORCE && strcaseeq16(dirent->FileName, u"auto"))
- /* if we auto enroll sucessfully this call does not return, if it fails we still
+ /* if we auto enroll successfully this call does not return, if it fails we still
* want to add other potential entries to the menu */
secure_boot_enroll_at(root_dir, entry->path);
}
}
/* if we are not in secure boot mode, or none was provided, accept a custom command line and replace
- * the built-in one. We also do a superficial check whether first chararacter of passed command line
+ * the built-in one. We also do a superficial check whether first character of passed command line
* is printable character (for compat with some Dell systems which fill in garbage?). */
if ((!secure_boot_enabled() || cmdline_len == 0) &&
loaded_image->LoadOptionsSize > 0 &&
(void) unit_reset_accounting(u);
/* We check only for User= option to keep behavior consistent with logic for service units,
- * i.e. having 'Delegate=true Group=foo' w/o specifing User= has no effect. */
+ * i.e. having 'Delegate=true Group=foo' w/o specifying User= has no effect. */
if (s->user && unit_cgroup_delegate(u))
return scope_enter_start_chown(s);
assert(phys_port_ifindex > 0);
assert(virt_port_ifindex > 0);
- /* This sets ifindices only whenn both interfaces are already managed by us. */
+ /* This sets ifindices only when both interfaces are already managed by us. */
r = link_get_by_index(manager, phys_port_ifindex, &phys_link);
if (r < 0)