diff options
Diffstat (limited to 'src/test/examples/testlo64.c')
-rw-r--r-- | src/test/examples/testlo64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/examples/testlo64.c b/src/test/examples/testlo64.c index 85da06a640e..2b1677aefa1 100644 --- a/src/test/examples/testlo64.c +++ b/src/test/examples/testlo64.c @@ -256,7 +256,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) |