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:
parent
9d52823bf1
commit
7d893fce0d
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user