Fix some spelling errors in the documentation
authorMagnus Hagander <magnus@hagander.net>
Fri, 2 Nov 2018 12:55:57 +0000 (13:55 +0100)
committerMagnus Hagander <magnus@hagander.net>
Fri, 2 Nov 2018 12:59:23 +0000 (13:59 +0100)
Author: Daniel Gustafsson <daniel@yesql.se>

doc/src/sgml/libpq.sgml
doc/src/sgml/lobj.sgml

index 7e40de6b2b9b33090eb6920bf29f068129a75b87..753136dfb1abb189f4d9662b6dcf242f68f443f7 100644 (file)
@@ -7838,7 +7838,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)
@@ -8008,7 +8008,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)
@@ -8234,7 +8234,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)
     {
index 2e8f2fcc542116322b5aa4d1a6d4a73c842c4d73..f903d994e4face2b967befdc5fdd04a7275a0b37 100644 (file)
@@ -899,7 +899,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)