Skip to content
Open
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions CHANGELOG.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Bug Fixes:

* Regression: Preserve message-level charset when adding parts (related to Rails ActionMailer) @shields
* Regression: Adding a part should not reset the mail's charset to nil @railsbob
* Typo: Fix typo in Mail::DateField documentation

Performance:

Expand Down
2 changes: 1 addition & 1 deletion lib/mail/fields/date_field.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ module Mail
# has a DateField as its field type. This includes all Mail::CommonAddress
# module instance methods.
#
# There must be excatly one Date field in an RFC2822 email.
# There must be exactly one Date field in an RFC2822 email.
#
# == Examples:
#
Expand Down