Date: Sun, 13 Oct 2024 13:12:37 GMT From: Mark Johnston <markj@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: b40faa5f014b - stable/14 - sesutil: Fix a typo in an error message Message-ID: <202410131312.49DDCb52095629@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by markj: URL: https://cgit.FreeBSD.org/src/commit/?id=b40faa5f014b923223c4a53b6d351abb2add431d commit b40faa5f014b923223c4a53b6d351abb2add431d 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:17 +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 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?202410131312.49DDCb52095629>