diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2020-11-25 09:49:00 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2020-11-25 09:49:00 +0100 |
commit | 2fbd786c3446b1bc90f396d3fa5f4614b0a57d89 (patch) | |
tree | 333bd6f81599db1c1bcb5070963b46e0bfabcaf1 | |
parent | d5d91acdccae6b322a5634be2c66d62fc6b9a43d (diff) | |
download | postgresql-2fbd786c3446b1bc90f396d3fa5f4614b0a57d89.tar.gz postgresql-2fbd786c3446b1bc90f396d3fa5f4614b0a57d89.zip |
doc: Fix typos
Author: Justin Pryzby <pryzby@telsasoft.com>
Discussion: https://www.postgresql.org/message-id/20201121194105.GO24784@telsasoft.com
-rw-r--r-- | doc/src/sgml/contrib.sgml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/sgml/contrib.sgml b/doc/src/sgml/contrib.sgml index 4e833d79ef9..ae2759be553 100644 --- a/doc/src/sgml/contrib.sgml +++ b/doc/src/sgml/contrib.sgml @@ -180,7 +180,7 @@ pages. applications in <literal>contrib</literal>. They can be run from anywhere, independent of where the database server resides. See also <xref linkend="reference-client"/> for information about client - applications that part of the core <productname>PostgreSQL</productname> + applications that are part of the core <productname>PostgreSQL</productname> distribution. </para> @@ -196,7 +196,7 @@ pages. applications in <literal>contrib</literal>. They are typically run on the host where the database server resides. See also <xref linkend="reference-server"/> for information about server applications that - part of the core <productname>PostgreSQL</productname> distribution. + are part of the core <productname>PostgreSQL</productname> distribution. </para> &pgstandby; |