]> granicus.if.org Git - postgresql/commitdiff
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:10 +0000 (13:59 +0100)
Author: Daniel Gustafsson <daniel@yesql.se>

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

index d79467e9cd44cd6d03c5c039cd263eb943c78329..b2601003a620e408fdaeabace92d20b76c4c48ca 100644 (file)
@@ -7973,7 +7973,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)
@@ -8143,7 +8143,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)
@@ -8370,7 +8370,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 5fa50f4457926a50b078efda13619f7acfcd46e7..e0d635d0be02dc35ffa662aa3ddbbf77fbd45256 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)