]> git.notmuchmail.org Git - notmuch/commitdiff
database: Fix a typo in a commit.
authorCarl Worth <cworth@cworth.org>
Mon, 16 Nov 2009 04:23:27 +0000 (20:23 -0800)
committerCarl Worth <cworth@cworth.org>
Mon, 16 Nov 2009 04:23:27 +0000 (20:23 -0800)
Nothing significant here, but we might as well not keep things
misspelled when we notice.

lib/database.cc

index 563580f1cd117a10b059a9018de3e01cb381fc35..8177c6b68109f1df0a56364d3a9e55c52920d049 100644 (file)
@@ -796,7 +796,7 @@ _notmuch_database_link_message_to_children (notmuch_database_t *notmuch,
 /* Given a (mostly empty) 'message' and its corresponding
  * 'message_file' link it to existing threads in the database.
  *
- * We first looke at 'message_file' and its link-relevant headers
+ * We first look at 'message_file' and its link-relevant headers
  * (References and In-Reply-To) for message IDs. We also look in the
  * database for existing message that reference 'message'.p
  *