database: Fix a typo in a commit.

Nothing significant here, but we might as well not keep things
misspelled when we notice.
This commit is contained in:
Carl Worth 2009-11-15 20:23:27 -08:00
parent 9b1c6c250b
commit 9034e396b6

View 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
*