]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
dissect: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 28 Jan 2026 05:09:20 +0000 (14:09 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 28 Jan 2026 05:09:23 +0000 (14:09 +0900)
Follow-up for 688ebd3313c481b72f6106f615814fde0ece3827.

src/shared/dissect-image.c

index 986c74e840e733a64cdfdefd20389cba8259301d..ec9247b0480c3c4b6fff7393887560537857fc38 100644 (file)
@@ -2743,7 +2743,7 @@ int dissected_image_mount(
                         if (r < 0)
                                 return log_debug_errno(r, "Failed to check is '%s' is an OS tree: %m", where);
                         if (r > 0) {
-                                log_debug("Succesfully identified '%s' as an OS tree", where);
+                                log_debug("Successfully identified '%s' as an OS tree", where);
                                 ok = true;
                         }
                 }