summaryrefslogtreecommitdiff
path: root/src/test/examples/testlibpq4.c
diff options
context:
space:
mode:
authorMagnus Hagander <magnus@hagander.net>2018-11-02 13:56:16 +0100
committerMagnus Hagander <magnus@hagander.net>2018-11-02 13:56:52 +0100
commitfbec7459aa39da864ad1d578f044a21c3b3b057c (patch)
tree79d55688053fef8d9d63099f06f8eca154b5142e /src/test/examples/testlibpq4.c
parent8610c973ddf1cbf0befc1369d2cf0d56c0efcd0a (diff)
Fix spelling errors and typos in comments
Author: Daniel Gustafsson <daniel@yesql.se>
Diffstat (limited to 'src/test/examples/testlibpq4.c')
-rw-r--r--src/test/examples/testlibpq4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/examples/testlibpq4.c b/src/test/examples/testlibpq4.c
index 6fcbdda2fa7..df8e454b5df 100644
--- a/src/test/examples/testlibpq4.c
+++ b/src/test/examples/testlibpq4.c
@@ -34,7 +34,7 @@ check_prepare_conn(PGconn *conn, const char *dbName)
exit(1);
}
- /* 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)