The branch main has been updated by oshogbo:

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

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

    geli: fix typo
    
    PR:             271396
    Reported by:    Tim Chase <free...@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");
        }
 }

Reply via email to