]> git.notmuchmail.org Git - notmuch/blobdiff - lib/message.cc
fix sum moar typos [comments in source code]
[notmuch] / lib / message.cc
index 4b59fa9133f9cc45227bc8fbb63e0baeb3f7e7f3..8b9c84f942f93359cf16e1d2895221922397fb3f 100644 (file)
@@ -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,