]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
dissect-image: fix typo
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 8 Feb 2024 02:37:17 +0000 (11:37 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 8 Feb 2024 02:37:20 +0000 (11:37 +0900)
Follow-up for b387778c5b8a1e0d1b3f957f0c5866defbfbe4d4.

src/shared/dissect-image.c

index 345d2d906de8a31d7042fe57a38b68f82681c0c3..e699aa43e97a3c4f4ba9c89e9c18361b2667d394 100644 (file)
@@ -799,7 +799,7 @@ static int dissect_image(
                         if (suuid) {
                                 /* blkid will return FAT's serial number as UUID, hence it is quite possible
                                  * that parsing this will fail. We'll ignore the ID, since it's just too
-                                 * short to be useful as tru identifier. */
+                                 * short to be useful as true identifier. */
                                 r = sd_id128_from_string(suuid, &uuid);
                                 if (r < 0)
                                         log_debug_errno(r, "Failed to parse file system UUID '%s', ignoring: %m", suuid);