git: aa751cdcab8d - stable/13 - sesutil: Fix a typo in an error message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 13 Oct 2024 13:12:44 UTC
The branch stable/13 has been updated by markj:
URL: https://cgit.FreeBSD.org/src/commit/?id=aa751cdcab8de3aa1aec5b35f5e0800828700201
commit aa751cdcab8de3aa1aec5b35f5e0800828700201
Author: Jeremy Faulkner <gldisater@gmail.com>
AuthorDate: 2024-10-06 13:22:33 +0000
Commit: Mark Johnston <markj@FreeBSD.org>
CommitDate: 2024-10-13 13:12:23 +0000
sesutil: Fix a typo in an error message
PR: 281658
MFC after: 1 week
(cherry picked from commit 7d893fce0d1126959733efec7105b56d0de7a3cb)
---
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 863b95a0f8b0..a527c5d39a51 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);
}