From cec25d31666f4d94f49332400e4e69ab54f2085e Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Mon, 25 Jan 2021 10:11:46 +0200 Subject: [PATCH] query: fix some typos --- lib/mu-query-match-deciders.cc | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/lib/mu-query-match-deciders.cc b/lib/mu-query-match-deciders.cc index a3190c5f..3b1e58a8 100644 --- a/lib/mu-query-match-deciders.cc +++ b/lib/mu-query-match-deciders.cc @@ -162,15 +162,14 @@ struct MatchDeciderRelated: public MatchDecider { * - with QueryFlags::SkipDuplicates this will return false for messages * whose message-id was seen before. * - * Even if we do not skip these messages entirely, we remember whether - * they were unreadabld/duplicate (in the QueryMatch::Flags), so we can - * quickly find that info when doing the second 'related' query. + * Even if we do not skip these messages entirely, we remember whether they were + * unreadable/duplicate (in the QueryMatch::Flags), so we can quickly find that info when + * doing the second 'related' query. * - * The "leader" query. Matches here get the Leader flag unless their - * duplicates / unreadable. We check the duplicate/readable status - * regardless of whether SkipDuplicates/SkipUnreadable was passed - * (to gather that information); however those flags - * affect our true/false verdict. + * The "leader" query. Matches here get the Leader flag unless they are duplicates / + * unreadable. We check the duplicate/readable status regardless of whether + * SkipDuplicates/SkipUnreadable was passed (to gather that information); however those + * flags affect our true/false verdict. * * @param doc xapian document *