From 149ff6c274bd1b04b3e2565b292a63bda101b862 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Tue, 11 Sep 2018 15:08:07 +1200 Subject: [PATCH] Comment wording tweaks --- xapian-core/tests/api_weight.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/xapian-core/tests/api_weight.cc b/xapian-core/tests/api_weight.cc index af6b6cfa6..eac2be996 100644 --- a/xapian-core/tests/api_weight.cc +++ b/xapian-core/tests/api_weight.cc @@ -1216,7 +1216,7 @@ DEFINE_TESTCASE(checkstatsweight1, backend && !remote) { // The document order in the multi-db case isn't the same as the // postlist order on the combined DB, so it's hard to compare the - // wdf for each document in the Weight objects, so we can sum + // wdf for each document in the Weight objects, but we can sum // the wdfs and the squares of the wdfs which provides a decent // check that we're not getting the wrong wdf values (it ensures // they have the right mean and standard deviation). @@ -1256,7 +1256,7 @@ DEFINE_TESTCASE(checkstatsweight2, backend && !remote) { // The document order in the multi-db case isn't the same as the // postlist order on the combined DB, so it's hard to compare the - // wdf for each document in the Weight objects, so we can sum + // wdf for each document in the Weight objects, but we can sum // the wdfs and the squares of the wdfs which provides a decent // check that we're not getting the wrong wdf values (it ensures // they have the right mean and standard deviation). @@ -1340,7 +1340,7 @@ DEFINE_TESTCASE(checkstatsweight3, backend && !remote && !multi) { // The document order in the multi-db case isn't the same as the // postlist order on the combined DB, so it's hard to compare the - // wdf for each document in the Weight objects, so we can sum + // wdf for each document in the Weight objects, but we can sum // the wdfs and the squares of the wdfs which provides a decent // check that we're not getting the wrong wdf values (it ensures // they have the right mean and standard deviation). @@ -1400,7 +1400,7 @@ DEFINE_TESTCASE(checkstatsweight4, backend && !remote && !multi) { // The document order in the multi-db case isn't the same as the // postlist order on the combined DB, so it's hard to compare the - // wdf for each document in the Weight objects, so we can sum + // wdf for each document in the Weight objects, but we can sum // the wdfs and the squares of the wdfs which provides a decent // check that we're not getting the wrong wdf values (it ensures // they have the right mean and standard deviation). -- 2.11.4.GIT