guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: msmtp: Don't TP Debian's house.


From: guix-commits
Subject: 01/05: gnu: msmtp: Don't TP Debian's house.
Date: Wed, 5 May 2021 18:49:01 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 70f619d8921e70ab0e4a61d336fa9c4332014b88
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed May 5 20:00:57 2021 +0200

    gnu: msmtp: Don't TP Debian's house.
    
    * gnu/packages/mail.scm (msmtp)[arguments]: Fix comment typo.
---
 gnu/packages/mail.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index e5c3834..27fadc8 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -1707,7 +1707,7 @@ addons which can add many functionalities to the base 
client.")
                (install-file (string-append msmtpq "/README.msmtpq") doc)
                (install-file "scripts/vim/msmtp.vim" vimfiles)
                ;; Don't rely on netcat being in the PATH to test for a
-               ;; connection, instead try tp ing debian.org.
+               ;; connection, instead look up and ping debian.org.
                (substitute* (string-append bin "/msmtpq")
                  (("EMAIL_CONN_TEST=n") "EMAIL_CONN_TEST=p"))
                #t))))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]