aboutsummaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2014-03-13 15:01:45 +0200
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2014-03-13 15:01:45 +0200
commit16ff08b79443cb1a9963e77530b307156d904d8b (patch)
treeb1400f7e98239d8411cfdca639976bd929d55dd6 /doc/src
parent242c2737fbec05a756e516f6e2fec4b739cc49d1 (diff)
downloadpostgresql-16ff08b79443cb1a9963e77530b307156d904d8b.tar.gz
postgresql-16ff08b79443cb1a9963e77530b307156d904d8b.zip
Fix a couple of typos in docs.
Thom Brown
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/gin.sgml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/gin.sgml b/doc/src/sgml/gin.sgml
index 0bd759220fb..80fb4f3634c 100644
--- a/doc/src/sgml/gin.sgml
+++ b/doc/src/sgml/gin.sgml
@@ -197,7 +197,7 @@
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.
@@ -219,7 +219,7 @@
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,