From: Yu Watanabe Date: Wed, 8 Nov 2023 05:57:33 +0000 (+0900) Subject: tree-wide: fix typo X-Git-Tag: v255-rc2~87 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c62345ffc7afc2daa5daec1a3add5609f028a977;p=thirdparty%2Fsystemd.git tree-wide: fix typo --- diff --git a/src/kernel-install/kernel-install.c b/src/kernel-install/kernel-install.c index 6631054d07d..6bee169bf41 100644 --- a/src/kernel-install/kernel-install.c +++ b/src/kernel-install/kernel-install.c @@ -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); diff --git a/test/units/testsuite-45.sh b/test/units/testsuite-45.sh index d93e33f22c0..9688a850f74 100755 --- a/test/units/testsuite-45.sh +++ b/test/units/testsuite-45.sh @@ -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