Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4f67ff1

Browse files
committed
Fix some spelling errors in the documentation
Author: Daniel Gustafsson <daniel@yesql.se>
1 parent f5382cf commit 4f67ff1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

doc/src/sgml/libpq.sgml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8080,7 +8080,7 @@ main(int argc, char **argv)
80808080
exit_nicely(conn);
80818081
}
80828082

8083-
/* Set always-secure search path, so malicous users can't take control. */
8083+
/* Set always-secure search path, so malicious users can't take control. */
80848084
res = PQexec(conn,
80858085
"SELECT pg_catalog.set_config('search_path', '', false)");
80868086
if (PQresultStatus(res) != PGRES_TUPLES_OK)
@@ -8250,7 +8250,7 @@ main(int argc, char **argv)
82508250
exit_nicely(conn);
82518251
}
82528252

8253-
/* Set always-secure search path, so malicous users can't take control. */
8253+
/* Set always-secure search path, so malicious users can't take control. */
82548254
res = PQexec(conn,
82558255
"SELECT pg_catalog.set_config('search_path', '', false)");
82568256
if (PQresultStatus(res) != PGRES_TUPLES_OK)
@@ -8477,7 +8477,7 @@ main(int argc, char **argv)
84778477
exit_nicely(conn);
84788478
}
84798479

8480-
/* Set always-secure search path, so malicous users can't take control. */
8480+
/* Set always-secure search path, so malicious users can't take control. */
84818481
res = PQexec(conn, "SET search_path = testlibpq3");
84828482
if (PQresultStatus(res) != PGRES_COMMAND_OK)
84838483
{

doc/src/sgml/lobj.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,7 @@ main(int argc, char **argv)
899899
exit_nicely(conn);
900900
}
901901

902-
/* Set always-secure search path, so malicous users can't take control. */
902+
/* Set always-secure search path, so malicious users can't take control. */
903903
res = PQexec(conn,
904904
"SELECT pg_catalog.set_config('search_path', '', false)");
905905
if (PQresultStatus(res) != PGRES_TUPLES_OK)

0 commit comments

Comments
 (0)