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:54:50 +0100 |
commit | b9a027c53a2a1efbe45413c83fc89412654a0d1c (patch) | |
tree | 4a18e9e42ae9d0784865a71f42cc61e7fb963aad | |
parent | 018e7d98dc157265efc4121e2b5971c0a2afcbe1 (diff) | |
download | postgresql-b9a027c53a2a1efbe45413c83fc89412654a0d1c.tar.gz postgresql-b9a027c53a2a1efbe45413c83fc89412654a0d1c.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 b626a345f3e..d1b56b14163 100644 --- a/doc/src/sgml/contrib.sgml +++ b/doc/src/sgml/contrib.sgml @@ -185,7 +185,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> @@ -201,7 +201,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; |