The branch stable/13 has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=54030e8a5df5c778d3bde7a32082051c39678a07
commit 54030e8a5df5c778d3bde7a32082051c39678a07 Author: Mikael Urankar <[email protected]> AuthorDate: 2024-03-27 09:36:33 +0000 Commit: Ed Maste <[email protected]> CommitDate: 2024-04-09 13:37:28 +0000 dma.conf: Fix typo Pull Request: https://github.com/freebsd/freebsd-src/pull/1150 (cherry picked from commit c92400a6f690a82ab84eb0b97cc8bf169e44e4e8) (cherry picked from commit bedc8daace2692efa9aad232c3eeff61f2c954c9) --- 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
