From 9034e396b60f380373ca3f1751f06d31bfb954c2 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sun, 15 Nov 2009 20:23:27 -0800 Subject: [PATCH] database: Fix a typo in a commit. Nothing significant here, but we might as well not keep things misspelled when we notice. --- lib/database.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 * -- 2.43.0