From 7ef8b52cf079ef3ace4575f7b97c2d6f80463b4f Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Mon, 19 Apr 2021 11:32:30 +0900 Subject: Fix typos and grammar in comments and docs Author: Justin Pryzby Discussion: https://postgr.es/m/20210416070310.GG3315@telsasoft.com --- src/common/pg_lzcompress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/pg_lzcompress.c') diff --git a/src/common/pg_lzcompress.c b/src/common/pg_lzcompress.c index fdd527f757a..a30a2c2eb83 100644 --- a/src/common/pg_lzcompress.c +++ b/src/common/pg_lzcompress.c @@ -147,7 +147,7 @@ * * For each subsequent entry in the history list, the "good_match" * is lowered by 10%. So the compressor will be more happy with - * short matches the farer it has to go back in the history. + * short matches the further it has to go back in the history. * Another "speed against ratio" preference characteristic of * the algorithm. * -- cgit v1.2.3