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:53:24 +0100 |
commit | b608645c17d7979357ebdbc9f461bfca54a6a415 (patch) | |
tree | 057f36954584e8954980f45e006b8236968d4f0c | |
parent | ae5aa26dc39d7729b044013e8b213e79e24e613b (diff) |
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; |