1
0
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:
Yu Watanabe
2023-11-08 14:57:33 +09:00
parent b2622db0df
commit c62345ffc7
2 changed files with 2 additions and 2 deletions

View File

@ -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);

View File

@ -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