git: 7d893fce0d11 - main - sesutil: Fix a typo in an error message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 06 Oct 2024 13:23:52 UTC
The branch main has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=7d893fce0d1126959733efec7105b56d0de7a3cb
commit 7d893fce0d1126959733efec7105b56d0de7a3cb
Author: Jeremy Faulkner <gldisater@gmail.com>
AuthorDate: 2024-10-06 13:22:33 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-10-06 13:22:33 +0000
sesutil: Fix a typo in an error message
PR: 281658
MFC after: 1 week
---
usr.sbin/sesutil/sesutil.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/usr.sbin/sesutil/sesutil.c b/usr.sbin/sesutil/sesutil.c
index b6cdd2cf3314..24ac52bd9b5c 100644
--- a/usr.sbin/sesutil/sesutil.c
+++ b/usr.sbin/sesutil/sesutil.c
@@ -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);
}