diff options
author | Michael Paquier <michael@paquier.xyz> | 2019-06-03 13:44:03 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2019-06-03 13:44:03 +0900 |
commit | 1fb6f62a84041b668fd9e85a2f33bb3a0fd28fdc (patch) | |
tree | bcf6bac3dc4d8e1ce07b6d883b0e30990025f834 /src/bin/psql/command.c | |
parent | 0240a00fbd4fd14f577edf8d36a032237fd0b9cb (diff) | |
download | postgresql-1fb6f62a84041b668fd9e85a2f33bb3a0fd28fdc.tar.gz postgresql-1fb6f62a84041b668fd9e85a2f33bb3a0fd28fdc.zip |
Fix typos in various places
Author: Andrea Gelmini
Reviewed-by: Michael Paquier, Justin Pryzby
Discussion: https://postgr.es/m/20190528181718.GA39034@glet
Diffstat (limited to 'src/bin/psql/command.c')
-rw-r--r-- | src/bin/psql/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/command.c b/src/bin/psql/command.c index a3280eeb180..695d6ba9f14 100644 --- a/src/bin/psql/command.c +++ b/src/bin/psql/command.c @@ -2937,7 +2937,7 @@ do_connect(enum trivalue reuse_previous_specification, if (host && strcmp(host, PQhost(o_conn)) == 0) { /* - * if we are targetting the same host, reuse its hostaddr for + * if we are targeting the same host, reuse its hostaddr for * consistency */ hostaddr = PQhostaddr(o_conn); |