The branch main has been updated by markj:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=7d893fce0d1126959733efec7105b56d0de7a3cb

commit 7d893fce0d1126959733efec7105b56d0de7a3cb
Author:     Jeremy Faulkner <gldisa...@gmail.com>
AuthorDate: 2024-10-06 13:22:33 +0000
Commit:     Mark Johnston <ma...@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);
        }
 

Reply via email to