summaryrefslogtreecommitdiff
path: root/doc/src
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2016-08-16 12:00:00 -0400
committerPeter Eisentraut <peter_e@gmx.net>2016-08-16 15:28:00 -0400
commit7c7630c2022156d54adf6c1d27c30f2b75138f03 (patch)
treef16cd3495b7cc0147c0cb090d4f87c51b00b8f21 /doc/src
parent0aa1e9a44db0b8f8b08acadf2833c724489bd279 (diff)
Fix typos
From: Alexander Law <exclusion@gmail.com>
Diffstat (limited to 'doc/src')
-rw-r--r--doc/src/sgml/release-9.6.sgml2
-rw-r--r--doc/src/sgml/runtime.sgml2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/release-9.6.sgml b/doc/src/sgml/release-9.6.sgml
index cc886fa2bb2..9003b1f6e4f 100644
--- a/doc/src/sgml/release-9.6.sgml
+++ b/doc/src/sgml/release-9.6.sgml
@@ -1026,7 +1026,7 @@ This commit is also listed under libpq and psql
<para>
This view exposes the same information available from
- the the <application>pg_config</> comand-line utility,
+ the <application>pg_config</> comand-line utility,
namely assorted compile-time configuration information for
<productname>PostgreSQL</>.
</para>
diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml
index 8ba95e1b84f..9007987dab5 100644
--- a/doc/src/sgml/runtime.sgml
+++ b/doc/src/sgml/runtime.sgml
@@ -184,7 +184,7 @@ postgres$ <userinput>initdb -D /usr/local/pgsql/data</userinput>
</para>
<para>
- Non-<literal>C</> and and non-<literal>POSIX</> locales rely on the
+ Non-<literal>C</> and non-<literal>POSIX</> locales rely on the
operating system's collation library for character set ordering.
This controls the ordering of keys stored in indexes. For this reason,
a cluster cannot switch to an incompatible collation library version,