Date: Wed, 27 Mar 2024 15:13:22 GMT From: Ed Maste <emaste@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: c92400a6f690 - main - dma.conf: Fix typo Message-ID: <202403271513.42RFDMf6092737@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by emaste: URL: https://cgit.FreeBSD.org/src/commit/?id=c92400a6f690a82ab84eb0b97cc8bf169e44e4e8 commit c92400a6f690a82ab84eb0b97cc8bf169e44e4e8 Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2024-03-27 09:36:33 +0000 Commit: Ed Maste <emaste@FreeBSD.org> CommitDate: 2024-03-27 14:37:22 +0000 dma.conf: Fix typo Pull Request: https://github.com/freebsd/freebsd-src/pull/1150 --- 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403271513.42RFDMf6092737>