Fix a couple of typos in docs.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 13 Mar 2014 13:01:45 +0000 (15:01 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Thu, 13 Mar 2014 13:01:45 +0000 (15:01 +0200)
Thom Brown

doc/src/sgml/gin.sgml

index 0bd759220fba6216ee430493bc62c085c96136c1..80fb4f3634cd28f6cab366df2743877a5450aba1 100644 (file)
   function, and a ternary <function>triConsistent</> function.
   <function>triConsistent</> covers the functionality of both, so providing
   triConsistent alone is sufficient. However, if the boolean variant is
-  significantly cheaper to calculate, it can be advantegous to provide both.
+  significantly cheaper to calculate, it can be advantageous to provide both.
   If only the boolean variant is provided, some optimizations that depend on
   refuting index items before fetching all the keys are disabled. 
 
        returned by <function>extractQuery</> for this <literal>query</> datum.
        Each element of the
        <literal>check</> array is TRUE if the indexed item contains the
-       corresponding query key, ie, if (check[i] == TRUE) the i-th key of the
+       corresponding query key, i.e., if (check[i] == TRUE) the i-th key of the
        <function>extractQuery</> result array is present in the indexed item.
        The original <literal>query</> datum is
        passed in case the <function>consistent</> method needs to consult it,