aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib
diff options
context:
space:
mode:
authorGravatar Carl Worth <cworth@cworth.org>2009-11-15 20:23:27 -0800
committerGravatar Carl Worth <cworth@cworth.org>2009-11-15 20:23:27 -0800
commit9034e396b60f380373ca3f1751f06d31bfb954c2 (patch)
treeebe3fd6bfb544a9d8cf7816448ee35153b38994e /lib
parent9b1c6c250b2413b987ffeccbf1cd69cb1e8b934d (diff)
database: Fix a typo in a commit.
Nothing significant here, but we might as well not keep things misspelled when we notice.
Diffstat (limited to 'lib')
-rw-r--r--lib/database.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/database.cc b/lib/database.cc
index 563580f1..8177c6b6 100644
--- a/lib/database.cc
+++ b/lib/database.cc
@@ -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
*