From 39d483633fe173a03745f3607a678c76f2354d9c Mon Sep 17 00:00:00 2001 From: Taylor R Campbell Date: Thu, 17 Feb 2011 20:51:56 +0000 Subject: [PATCH] Fix typo in `mail-relay-service' documentation string. --- src/edwin/sendmail.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/edwin/sendmail.scm b/src/edwin/sendmail.scm index 80894feaa..9d233d87b 100644 --- a/src/edwin/sendmail.scm +++ b/src/edwin/sendmail.scm @@ -100,7 +100,7 @@ Otherwise, mail is sent directly to the named host using SMTP." "Service to connect to on the mail relay host. Can be a service name (a string), a service number, or #F. If #F, service \"smtp\" is used. -This is used only of `mail-relay-host' is set." +This is used only if `mail-relay-host' is set." #f (lambda (service) (or (not service) -- 2.25.1