]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
discover-image: fix typo in log message
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>
Mon, 2 Feb 2026 13:18:42 +0000 (14:18 +0100)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 2 Feb 2026 13:24:28 +0000 (22:24 +0900)
src/shared/discover-image.c

index 96b39683c4ff80fef37ba04bbf3f575cd5c4a0c8..5bd495ee1684b646cb6f1ef33f21998524bf9daf 100644 (file)
@@ -2169,7 +2169,7 @@ int image_read_metadata(Image *i, const char *root, const ImagePolicy *image_pol
                                 /* userns_fd= */ -EBADF,
                                 flags);
                 if (r < 0)
-                        return log_debug_errno(r, "Failed to acquire medata from image '%s': %m", i->path);
+                        return log_debug_errno(r, "Failed to acquire metadata from image '%s': %m", i->path);
 
                 free_and_replace(i->hostname, m->hostname);
                 i->machine_id = m->machine_id;