gnu: msmtp: Don't TP Debian's house.
authorTobias Geerinckx-Rice <me@tobias.gr>
Wed, 5 May 2021 18:00:57 +0000 (20:00 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Wed, 5 May 2021 22:40:32 +0000 (00:40 +0200)
* gnu/packages/mail.scm (msmtp)[arguments]: Fix comment typo.

gnu/packages/mail.scm

index e5c3834..27fadc8 100644 (file)
@@ -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))))))