From 1fb6f62a84041b668fd9e85a2f33bb3a0fd28fdc Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Mon, 3 Jun 2019 13:44:03 +0900 Subject: Fix typos in various places Author: Andrea Gelmini Reviewed-by: Michael Paquier, Justin Pryzby Discussion: https://postgr.es/m/20190528181718.GA39034@glet --- src/bin/psql/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bin/psql/command.c') 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); -- cgit v1.2.3