1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-11-22 07:20:00 +00:00

sesutil: Fix a typo in an error message

PR:		281658
MFC after:	1 week
This commit is contained in:
Jeremy Faulkner 2024-10-06 13:22:33 +00:00 committed by Mark Johnston
parent 9d52823bf1
commit 7d893fce0d

View File

@ -316,7 +316,7 @@ sesled(int argc, char **argv, bool setfault)
}
globfree(&g);
if (ndisks == 0 && all == false) {
xo_errx(EXIT_FAILURE, "Count not find the SES id of device '%s'",
xo_errx(EXIT_FAILURE, "Could not find the SES id of device '%s'",
disk);
}