Received: from malur.postgresql.org ([2a02:16a8:dc51::56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fxwTT-00083r-HA for pgsql-docs@arkaria.postgresql.org; Thu, 06 Sep 2018 15:45:40 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1fxwTR-0004QZ-1a for pgsql-docs@arkaria.postgresql.org; Thu, 06 Sep 2018 15:45:37 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1fxwTQ-0004QJ-Jw for pgsql-docs@lists.postgresql.org; Thu, 06 Sep 2018 15:45:36 +0000 Received: from mail.postgrespro.ru ([93.174.131.138]) by magus.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1fxwTL-0006xb-Dg for pgsql-docs@lists.postgresql.org; Thu, 06 Sep 2018 15:45:36 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.postgrespro.ru (Postfix) with ESMTP id 0F5EA21C3E74; Thu, 6 Sep 2018 18:45:30 +0300 (MSK) X-Virus-Scanned: Debian amavisd-new at postgrespro.ru X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=x tagged_above=-99 required=4 WHITELISTED tests=[] autolearn=unavailable Received: from [192.168.27.108] (gw.postgrespro.ru [93.174.131.141]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by mail.postgrespro.ru (Postfix) with ESMTPSA id CE18321C3E6E; Thu, 6 Sep 2018 18:45:29 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=postgrespro.ru; s=mail; t=1536248729; bh=E2kM5heu5KAnfsI+mQDY/8EuU6nVU9Zh+AJoDk4Zv2A=; h=Subject:To:Cc:References:From:Date:In-Reply-To; b=DJgl6jkgrSmQez8X4rTvGI5jiFfiQhjl7nTTAETQq5cQ2pCFQiz3P4EJE9OT/c0an YggC8/xWmOBpTaP27Y1e8mx5v2FZmTs0ngaJEiEUb4PvsX7JMQBxA2c1qimWzn2Rz+ ScOdZCTxsEvjw3bte3KCKeMaf58LRE6TFviwF3y0= Subject: Re: Misc typos in documentation To: Bruce Momjian Cc: pgsql-docs@lists.postgresql.org References: <275fc450-bbc9-a715-04bb-3b7104fecfcd@postgrespro.ru> <20180825190443.GH7869@momjian.us> From: Liudmila Mantrova Message-ID: <5ff579f9-6801-4bae-bb38-6a4473f80dd3@postgrespro.ru> Date: Thu, 6 Sep 2018 18:45:29 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20180825190443.GH7869@momjian.us> Content-Type: multipart/mixed; boundary="------------6FAEB3DBB88B9D782BC07807" Content-Language: en-US List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk This is a multi-part message in MIME format. --------------6FAEB3DBB88B9D782BC07807 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit On 08/25/2018 10:04 PM, Bruce Momjian wrote: > On Thu, Aug 16, 2018 at 11:25:25AM +0300, Liudmila Mantrova wrote: >> On 06/20/2018 05:04 PM, Magnus Hagander wrote: >> I have split them in two just in case rn-typos.patch conflicts with any >> current work on release-11.sgml, which seems to be going on in more >> than one thread. I'll appreciate your feedback if it should have been >> done differently. >> >> I have bumped into a couple of similar typos in 9.6 and 10 - the patch based on >> REL9_6_STABLE is attached. > I have made the adjustments to 9.6 and 10 as you suggested. I added > quoting to "two" to match other releases: > > https://git.postgresql.org/pg/commitdiff/993b5a78adff29fc58e7449cab98bb865b77c663 > > Thanks. > Thank you, Bruce! I totally missed those quotes (and your response). I've just noticed your recent commit, and looks like the typo to be fixed ("boundries") managed to escape somehow. Assuming it's not an alternative spelling I'm unaware of, I'm attaching a smaller version of the patch (based on the current state of REL_10_STABLE). -- Liudmila Mantrova Technical writer at Postgres Professional: http://www.postgrespro.com The Russian Postgres Company --------------6FAEB3DBB88B9D782BC07807 Content-Type: text/x-patch; name="pgtrgm-typo.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="pgtrgm-typo.diff" diff --git a/doc/src/sgml/pgtrgm.sgml b/doc/src/sgml/pgtrgm.sgml index 8e50f79..edc0813 100644 --- a/doc/src/sgml/pgtrgm.sgml +++ b/doc/src/sgml/pgtrgm.sgml @@ -154,7 +154,7 @@ greatest similarity between the first string and any substring of the second string. However, this function does not add padding to the boundaries of the extent. Thus, the number of additional characters present in the - second string is not considered, except for the mismatched word boundries. + second string is not considered, except for the mismatched word boundaries. --------------6FAEB3DBB88B9D782BC07807--