From: Yu Watanabe Date: Thu, 8 Feb 2024 02:37:17 +0000 (+0900) Subject: dissect-image: fix typo X-Git-Tag: v256-rc1~945 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1847a544afcd7702d567d0bad7ff97c3edb705c6;p=thirdparty%2Fsystemd.git dissect-image: fix typo Follow-up for b387778c5b8a1e0d1b3f957f0c5866defbfbe4d4. --- diff --git a/src/shared/dissect-image.c b/src/shared/dissect-image.c index 345d2d906de..e699aa43e97 100644 --- a/src/shared/dissect-image.c +++ b/src/shared/dissect-image.c @@ -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);