The branch stable/14 has been updated by emaste:

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

commit bedc8daace2692efa9aad232c3eeff61f2c954c9
Author:     Mikael Urankar <mik...@freebsd.org>
AuthorDate: 2024-03-27 09:36:33 +0000
Commit:     Ed Maste <ema...@freebsd.org>
CommitDate: 2024-04-07 16:34:04 +0000

    dma.conf: Fix typo
    
    Pull Request: https://github.com/freebsd/freebsd-src/pull/1150
    
    (cherry picked from commit c92400a6f690a82ab84eb0b97cc8bf169e44e4e8)
---
 libexec/dma/dmagent/dma.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libexec/dma/dmagent/dma.conf b/libexec/dma/dmagent/dma.conf
index e11fd67cd254..bb28306e342e 100644
--- a/libexec/dma/dmagent/dma.conf
+++ b/libexec/dma/dmagent/dma.conf
@@ -15,7 +15,7 @@
 # SMTP authentication
 #AUTHPATH /etc/dma/auth.conf
 
-# Uncomment if yout want TLS/SSL support
+# Uncomment if you want TLS/SSL support
 #SECURETRANSFER
 
 # Uncomment if you want STARTTLS support (only used in combination with

Reply via email to