]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 8 Nov 2023 05:57:33 +0000 (14:57 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 8 Nov 2023 05:57:33 +0000 (14:57 +0900)
src/kernel-install/kernel-install.c
test/units/testsuite-45.sh

index 6631054d07d5698c940247f380e915c255b7050e..6bee169bf416ae354373d3704537d4c723af8147 100644 (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);
index d93e33f22c0a06f986877f727f9842da85ff23f9..9688a850f745d3e0c8c3359f6acb34b35b90ebbd 100755 (executable)
@@ -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