if (r == -ENOENT)
return log_error_errno(r, "Kernel image not installed to '%s', requiring manual kernel image path specification.", vmlinuz);
- return log_error_errno(r, "Failed to determin if kernel image is installed to '%s': %m", vmlinuz);
+ return log_error_errno(r, "Failed to determine if kernel image is installed to '%s': %m", vmlinuz);
}
*ret_kernel = TAKE_PTR(vmlinuz);
# RuntimeNTPServers
#
- # There's no user-facing API that allows changing this propery (afaik), so let's
+ # There's no user-facing API that allows changing this property (afaik), so let's
# call SetRuntimeNTPServers() directly to test things out. The inner workings should
# be exactly the same as in the previous case, so do just one test to make sure
# things work