Skip to content

Commit 4b04bea

Browse files
committed
Fix "attachemnt" typo
1 parent e88032e commit 4b04bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mime-mail/Network/Mail/Mime.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ type Alternatives = [Part]
146146
data Part = Part
147147
{ partType :: Text -- ^ content type
148148
, partEncoding :: Encoding
149-
-- | The filename for this part, if it is to be sent with an attachemnt
149+
-- | The filename for this part, if it is to be sent with an attachment
150150
-- disposition.
151151
, partDisposition :: Disposition
152152
, partHeaders :: Headers

0 commit comments

Comments
 (0)