various nits

This commit is contained in:
Mechiel Lukkien
2025-03-01 10:27:00 +01:00
parent 7756150a69
commit 3b731b7afe
3 changed files with 2 additions and 3 deletions

View File

@ -7,7 +7,7 @@ import (
"os"
)
// MsgReader provides access to a message. Reads return the "msg_prefix" in the
// MsgReader provides access to a message. Reads return the "MsgPrefix" in the
// database (typically received headers), followed by the on-disk msg file
// contents. MsgReader is an io.Reader, io.ReaderAt and io.Closer.
type MsgReader struct {