From: Yu Watanabe Date: Wed, 28 Jan 2026 05:09:20 +0000 (+0900) Subject: dissect: fix typo X-Git-Tag: v260-rc1~305 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf6452b62e50cbf1fc8b59fb05b5e1c7dc23c499;p=thirdparty%2Fsystemd.git dissect: fix typo Follow-up for 688ebd3313c481b72f6106f615814fde0ece3827. --- diff --git a/src/shared/dissect-image.c b/src/shared/dissect-image.c index 986c74e840e..ec9247b0480 100644 --- a/src/shared/dissect-image.c +++ b/src/shared/dissect-image.c @@ -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; } }