diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 4727518dd..7ade36e3b 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -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: diff --git a/lib/mail/fields/date_field.rb b/lib/mail/fields/date_field.rb index 290f2e67b..92f3c8490 100644 --- a/lib/mail/fields/date_field.rb +++ b/lib/mail/fields/date_field.rb @@ -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: #