summaryrefslogtreecommitdiff
path: root/src/test/examples/testlibpq3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/examples/testlibpq3.c')
-rw-r--r--src/test/examples/testlibpq3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/examples/testlibpq3.c b/src/test/examples/testlibpq3.c
index 00e62b43d28..c3b524cfdfb 100644
--- a/src/test/examples/testlibpq3.c
+++ b/src/test/examples/testlibpq3.c
@@ -142,7 +142,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)
{