The branch stable/13 has been updated by oshogbo:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=097e721ff4f2be42f1f2705edf6febcf9121d774

commit 097e721ff4f2be42f1f2705edf6febcf9121d774
Author:     Mariusz Zaborski <[email protected]>
AuthorDate: 2023-05-15 08:44:17 +0000
Commit:     Mariusz Zaborski <[email protected]>
CommitDate: 2023-05-29 15:42:48 +0000

    geli: fix typo
    
    PR:             271396
    Reported by:    Tim Chase <[email protected]>
    MFC after:      1 week
    
    (cherry picked from commit 06db6a9dce81ceb696ee9c542637a4d80e0316a7)
---
 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 8897af15b8f3..890a5955af3c 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