]> git.notmuchmail.org Git - notmuch/blobdiff - lib/message.cc
fix sum moar typos [comments in source code]
[notmuch] / lib / message.cc
index a5a65e21701b49530ac755ab4be6e6e9d3acae72..8b9c84f942f93359cf16e1d2895221922397fb3f 100644 (file)
@@ -25,7 +25,7 @@
 
 #include <gmime/gmime.h>
 
-struct _notmuch_message {
+struct visible _notmuch_message {
     notmuch_database_t *notmuch;
     Xapian::docid doc_id;
     int frozen;
@@ -837,7 +837,7 @@ _notmuch_message_add_term (notmuch_message_t *message,
 
 /* Parse 'text' and add a term to 'message' for each parsed word. Each
  * term will be added both prefixed (if prefix_name is not NULL) and
- * also unprefixed). */
+ * also non-prefixed). */
 notmuch_private_status_t
 _notmuch_message_gen_terms (notmuch_message_t *message,
                            const char *prefix_name,