From 0f837f4bed839fe45e782239a7d2eee2ddabb089 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 12 Feb 2022 16:29:42 +0000 Subject: [PATCH] Fix a comment typo --- src/smtp.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/smtp.rs b/src/smtp.rs index a1ad1da57..19442cbfa 100644 --- a/src/smtp.rs +++ b/src/smtp.rs @@ -343,7 +343,7 @@ pub(crate) async fn send_msg_to_smtp( return Err(err); } - // Increse retry count as soon as we have an SMTP connection. This ensures that the message is + // Increase retry count as soon as we have an SMTP connection. This ensures that the message is // eventually removed from the queue by exceeding retry limit even in case of an error that // keeps happening early in the message sending code, e.g. failure to read the message from the // database.