Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Oct 2024 13:23:52 GMT
From:      Mark Johnston <markj@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 7d893fce0d11 - main - sesutil: Fix a typo in an error message
Message-ID:  <202410061323.496DNqQ8078107@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);
 	}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202410061323.496DNqQ8078107>