mirror of
https://github.com/systemd/systemd.git
synced 2025-08-25 13:49:55 +03:00
tree-wide: fix typo
This commit is contained in:
@ -1141,7 +1141,7 @@ static int kernel_from_version(const char *version, char **ret_kernel) {
|
||||
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);
|
||||
|
@ -378,7 +378,7 @@ EOF
|
||||
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user