diff options
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 cbe5e518c9..ab259c473a 100644 --- a/src/bin/psql/command.c +++ b/src/bin/psql/command.c @@ -600,7 +600,7 @@ exec_command_conninfo(PsqlScanState scan_state, bool active_branch) /* * If the host is an absolute path, the connection is via socket - * unless overriden by hostaddr + * unless overridden by hostaddr */ if (is_absolute_path(host)) { |