diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-04-28 13:09:04 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-04-28 13:09:15 +0100 |
commit | d6e7df900550f1a63e066f8a4a7d023e8d8e312b (patch) | |
tree | a8bc65c4fe4fc3fb3d287251c384c5c60c27961d /src | |
parent | ea7b1f162ff084a655dc0a5de87038b542f721f5 (diff) |
Docs: minor fixes
Diffstat (limited to 'src')
-rw-r--r-- | src/src/verify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/src/verify.c b/src/src/verify.c index ffa6a14f9..1eff49f49 100644 --- a/src/src/verify.c +++ b/src/src/verify.c @@ -787,7 +787,7 @@ tls_retry_connection: The sync_responses() would need to be taught about it and we'd need another return code filtering out to here. - Avoid using a SIZE option on the MAIL for all randon-rcpt checks. + Avoid using a SIZE option on the MAIL for all random-rcpt checks. */ sx.avoid_option = OPTION_SIZE; |