summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordkg <dkg@fifthhorseman.net>2019-10-02 17:26:24 -0400
committerJeffrey Stedfast <jestedfa@microsoft.com>2019-10-02 17:26:24 -0400
commit6b74e02c737bccbe4b8b07f18ebeddf01911b20d (patch)
tree0487c4ff74e4cdfe893a48c98aa3dfe7e3d195a4
parentbea622331f0810071a33234b668a8d335516f994 (diff)
downloadgmime-6b74e02c737bccbe4b8b07f18ebeddf01911b20d.tar.gz
correct g_mime_message_get_autocrypt_header comments (#62)
-rw-r--r--gmime/gmime-message.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gmime/gmime-message.c b/gmime/gmime-message.c
index a06dd214..8bb59ce1 100644
--- a/gmime/gmime-message.c
+++ b/gmime/gmime-message.c
@@ -1180,7 +1180,7 @@ g_mime_message_get_body (GMimeMessage *message)
* @message: a #GMimeMessage object.
* @now: a #GDateTime object, or %NULL
*
- * Creates a new #GMimeAutocryptHeader base on the relevant Autocrypt
+ * Creates a new #GMimeAutocryptHeader based on the relevant Autocrypt
* header associated with the sender of an e-mail message.
*
* If the message has no sender in the From: field, or has more than
@@ -1200,13 +1200,13 @@ g_mime_message_get_body (GMimeMessage *message)
* - headers with unknown critical attributes
* - duplicate valid headers for the sender's address
*
- * The returned Autocrypt headers will have their effective_date set
- * to the earliest of either:
+ * The returned Autocrypt header will have its effective_date set to
+ * the earliest of either:
*
* - the Date: header of the message or
* - @now (or the current time, if @now is %NULL)
*
- * Returns: (transfer full): a new #GMimeAutocryptHeaderList object,
+ * Returns: (transfer full): a new #GMimeAutocryptHeader object,
* or %NULL if the message should be ignored for purposes of
* Autocrypt.
**/