]> granicus.if.org Git - postgresql/commitdiff
Fix a number of typos
authorMagnus Hagander <magnus@hagander.net>
Wed, 20 Jun 2018 14:01:18 +0000 (16:01 +0200)
committerMagnus Hagander <magnus@hagander.net>
Wed, 20 Jun 2018 14:01:18 +0000 (16:01 +0200)
Author: Liudmila Mantrova <l.mantrova@postgrespro.ru>

doc/src/sgml/cube.sgml
doc/src/sgml/pgtrgm.sgml
doc/src/sgml/ref/pgbench.sgml
doc/src/sgml/release-11.sgml

index e010305d848074a981fd25a8d27c6b14693d9eaa..c6e586270aae0476d2d552e125514aa437312089 100644 (file)
         n = 2 * k - 1 means lower bound of <replaceable>k</replaceable>-th
         dimension, n = 2 * k means upper bound of
         <replaceable>k</replaceable>-th dimension.  Negative
-        <replaceable>n</replaceable> denotes inversed value of corresponding
+        <replaceable>n</replaceable> denotes the inverse value of the corresponding
         positive coordinate.  This operator is designed for KNN-GiST support.
       </entry>
      </row>
index 42e24268afa50411f643a814f75775588d7691de..83b0033d7a313e0093d43caf52247e5a5ecce6f2 100644 (file)
    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 boundry.
+   second string is not considered, except for the mismatched word boundaries.
   </para>
 
   <para>
    At the same time, <function>strict_word_similarity(text, text)</function>
-   selects extent of words in the second string.  In the example above,
+   selects an extent of words in the second string.  In the example above,
    <function>strict_word_similarity(text, text)</function> would select the
-   extent of single word <literal>'words'</literal>, whose set of trigrams is
-   <literal>{"  w"," wo","wor","ord","rds","ds "}</literal>
+   extent of single word <literal>'words'</literal>, whose set of trigrams is
+   <literal>{"  w"," wo","wor","ord","rds","ds "}</literal>.
 
 <programlisting>
 # SELECT strict_word_similarity('word', 'two words'), similarity('word', 'words');
index 7bd01a24ea7edad12d61557b3f090db3f472e7f8..7f92c7755e3468a8bf437dae6e85100cad627854 100644 (file)
@@ -1215,7 +1215,7 @@ pgbench <optional> <replaceable>options</replaceable> </optional> <replaceable>d
      </row>
      <row>
       <entry><literal>-</literal></entry>
-      <entry>substraction</entry>
+      <entry>subtraction</entry>
       <entry><literal>3 - 2.0</literal></entry>
       <entry><literal>1.0</literal></entry>
      </row>
index de74b33b8706c16364230b8f92d86ba7e4d31a7d..8f3c7e52545198837e08f2e4f8d3497fe039dd9a 100644 (file)
@@ -1083,7 +1083,7 @@ same commits as above
 -->
 
        <para>
-        Allow vacuum to avoid unnecesary index scans (Masahiko Sawada,
+        Allow vacuum to avoid unnecessary index scans (Masahiko Sawada,
         Alexander Korotkov)
        </para>
       </listitem>
@@ -1594,7 +1594,7 @@ same commits as above
 -->
 
        <para>
-        Allow replication slots to be advanced programatically, rather
+        Allow replication slots to be advanced programmatically, rather
         than be consumed by subscribers (Petr Jelinek)
        </para>
 
@@ -1704,7 +1704,7 @@ same commits as above
 
        <para>
         Allow <command>ALTER INDEX</command> to set statistics-gathering
-        targets for expression indexes (Alexander Korotkov, Adrien nayrat)
+        targets for expression indexes (Alexander Korotkov, Adrien Nayrat)
        </para>
 
        <para>