Skip to content

Commit

Permalink
Fix typo in lengthlimit_reader.go
Browse files Browse the repository at this point in the history
  • Loading branch information
eddsalkield authored and emersion committed Apr 29, 2022
1 parent 8c3df8a commit 1414965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lengthlimit_reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"io"
)

var ErrTooLongLine = errors.New("smtp: too longer line in input stream")
var ErrTooLongLine = errors.New("smtp: too long a line in input stream")

// lineLimitReader reads from the underlying Reader but restricts
// line length of lines in input stream to a certain length.
Expand Down

0 comments on commit 1414965

Please sign in to comment.