aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2018-11-02 13:55:57 +0100
committerMagnus Hagander <magnus@hagander.net>2018-11-02 13:57:10 +0100
commit708b96d56aee3cee830623f26c231e371fda19e4 (patch)
treef48307ef2fe120be67572aa072c9ed7cbd66186e
parent61abff11f29e98abf8badfeca86cf05650911998 (diff)
downloadpostgresql-708b96d56aee3cee830623f26c231e371fda19e4.tar.gz
postgresql-708b96d56aee3cee830623f26c231e371fda19e4.zip
Fix some spelling errors in the documentation
Author: Daniel Gustafsson <daniel@yesql.se>
-rw-r--r--doc/src/sgml/libpq.sgml6
-rw-r--r--doc/src/sgml/lobj.sgml2
-rw-r--r--doc/src/sgml/logical-replication.sgml2
3 files changed, 5 insertions, 5 deletions
diff --git a/doc/src/sgml/libpq.sgml b/doc/src/sgml/libpq.sgml
index f7b6f918b16..39ac26cbe22 100644
--- a/doc/src/sgml/libpq.sgml
+++ b/doc/src/sgml/libpq.sgml
@@ -8444,7 +8444,7 @@ main(int argc, char **argv)
exit_nicely(conn);
}
- /* Set always-secure search path, so malicous users can't take control. */
+ /* Set always-secure search path, so malicious users can't take control. */
res = PQexec(conn,
"SELECT pg_catalog.set_config('search_path', '', false)");
if (PQresultStatus(res) != PGRES_TUPLES_OK)
@@ -8614,7 +8614,7 @@ main(int argc, char **argv)
exit_nicely(conn);
}
- /* Set always-secure search path, so malicous users can't take control. */
+ /* Set always-secure search path, so malicious users can't take control. */
res = PQexec(conn,
"SELECT pg_catalog.set_config('search_path', '', false)");
if (PQresultStatus(res) != PGRES_TUPLES_OK)
@@ -8841,7 +8841,7 @@ main(int argc, char **argv)
exit_nicely(conn);
}
- /* Set always-secure search path, so malicous users can't take control. */
+ /* Set always-secure search path, so malicious users can't take control. */
res = PQexec(conn, "SET search_path = testlibpq3");
if (PQresultStatus(res) != PGRES_COMMAND_OK)
{
diff --git a/doc/src/sgml/lobj.sgml b/doc/src/sgml/lobj.sgml
index 7a9af9c31e6..4bcce4f5ed1 100644
--- a/doc/src/sgml/lobj.sgml
+++ b/doc/src/sgml/lobj.sgml
@@ -933,7 +933,7 @@ main(int argc, char **argv)
exit_nicely(conn);
}
- /* Set always-secure search path, so malicous users can't take control. */
+ /* Set always-secure search path, so malicious users can't take control. */
res = PQexec(conn,
"SELECT pg_catalog.set_config('search_path', '', false)");
if (PQresultStatus(res) != PGRES_TUPLES_OK)
diff --git a/doc/src/sgml/logical-replication.sgml b/doc/src/sgml/logical-replication.sgml
index 21c6c7817d3..3f2f674a1a9 100644
--- a/doc/src/sgml/logical-replication.sgml
+++ b/doc/src/sgml/logical-replication.sgml
@@ -377,7 +377,7 @@
some care must be taken when truncating groups of tables connected by
foreign keys. When replicating a truncate action, the subscriber will
truncate the same group of tables that was truncated on the publisher,
- either explictly specified or implicitly collected via
+ either explicitly specified or implicitly collected via
<literal>CASCADE</literal>, minus tables that are not part of the
subscription. This will work correctly if all affected tables are part
of the same subscription. But if some tables to be truncated on the