From: Robert Sesek Date: Sat, 8 Aug 2020 15:47:35 +0000 (-0400) Subject: Fix two typos in log messages. X-Git-Tag: v2.0.1~8 X-Git-Url: https://src.bluestatic.org/?a=commitdiff_plain;h=27fb87e6ce89d5a46a71bd59255d2933be2be0fb;p=mailpopbox.git Fix two typos in log messages. --- diff --git a/pop3/conn.go b/pop3/conn.go index 11e25e9..29c5eea 100644 --- a/pop3/conn.go +++ b/pop3/conn.go @@ -249,7 +249,7 @@ func (conn *connection) doRETR() { return } - conn.log.Info("retreive message", zap.String("unique-id", msg.UniqueID())) + conn.log.Info("retrieve message", zap.String("unique-id", msg.UniqueID())) conn.ok(fmt.Sprintf("%d", msg.Size())) w := conn.tp.DotWriter() @@ -316,7 +316,7 @@ func (conn *connection) doUIDL() { } func (conn *connection) doCAPA() { - conn.ok("capabilitiy list") + conn.ok("capability list") caps := []string{ "USER",