Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 May 2023 08:46:51 GMT
From:      Mariusz Zaborski <oshogbo@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 06db6a9dce81 - main - geli: fix typo
Message-ID:  <202305150846.34F8kp10082774@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by oshogbo:

URL: https://cgit.FreeBSD.org/src/commit/?id=06db6a9dce81ceb696ee9c542637a4d80e0316a7

commit 06db6a9dce81ceb696ee9c542637a4d80e0316a7
Author:     Mariusz Zaborski <oshogbo@FreeBSD.org>
AuthorDate: 2023-05-15 08:44:17 +0000
Commit:     Mariusz Zaborski <oshogbo@FreeBSD.org>
CommitDate: 2023-05-15 08:44:17 +0000

    geli: fix typo
    
    PR:             271396
    Reported by:    Tim Chase <freebsd@tim.thechases.com>
    MFC after:      1 week
---
 lib/geom/eli/geom_eli.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/geom/eli/geom_eli.c b/lib/geom/eli/geom_eli.c
index 5d9d2bde913e..21ae110b074e 100644
--- a/lib/geom/eli/geom_eli.c
+++ b/lib/geom/eli/geom_eli.c
@@ -1469,7 +1469,7 @@ eli_setkey(struct gctl_req *req)
 
 	if (req->error == NULL || req->error[0] == '\0') {
 		printf("Note, that the master key encrypted with old keys "
-		    "and/or passphrase may still exists in a metadata backup "
+		    "and/or passphrase may still exist in a metadata backup "
 		    "file.\n");
 	}
 }



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