diff options
author | Jan Osusky <[email protected]> | 2020-08-21 11:30:36 +0000 |
---|---|---|
committer | Jan Osusky <[email protected]> | 2020-08-21 11:30:36 +0000 |
commit | 7000792fa087a871056b9338a688f0f334b3c41d (patch) | |
tree | 5f198305a4509f8bfa7d4cff139b66491d74d6dd | |
parent | Try obtaining content disposition for all body parts types (diff) | |
download | vmime-7000792fa087a871056b9338a688f0f334b3c41d.tar.gz vmime-7000792fa087a871056b9338a688f0f334b3c41d.zip |
Fix wording of DSN attributes documentation
-rw-r--r-- | src/vmime/net/dsnAttributes.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vmime/net/dsnAttributes.hpp b/src/vmime/net/dsnAttributes.hpp index 9453e858..6749c721 100644 --- a/src/vmime/net/dsnAttributes.hpp +++ b/src/vmime/net/dsnAttributes.hpp @@ -84,9 +84,9 @@ public: */ string getReturnFormat() const; - /** Returns envelop ID used pair the DSN with the original message. + /** Returns envelop ID used to pair the DSN with the original message. * - * @return envelop ID used pair the DSN with the original message. + * @return envelop ID used to pair the DSN with the original message. */ string getEnvelopId() const; |