Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/src/main/java/jakarta/mail/internet/MimeMessage.java
Original file line number Diff line number Diff line change
Expand Up @@ -1860,7 +1860,7 @@ private Address[] eliminateDuplicates(List<Address> v, Address[] addrs) {
/**
* Output the message as an RFC 822 format stream. <p>
*
* Note that, depending on how the messag was constructed, it may
* Note that, depending on how the message was constructed, it may
* use a variety of line termination conventions. Generally the
* output should be sent through an appropriate FilterOutputStream
* that converts the line terminators to the desired form, either
Expand Down