diff options
Diffstat (limited to 'src/bin/pg_upgrade/option.c')
-rw-r--r-- | src/bin/pg_upgrade/option.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_upgrade/option.c b/src/bin/pg_upgrade/option.c index 28d05946b09..45973554611 100644 --- a/src/bin/pg_upgrade/option.c +++ b/src/bin/pg_upgrade/option.c @@ -381,7 +381,7 @@ check_required_directory(char **dirpath, char **configpath, * adjust_data_dir * * If a configuration-only directory was specified, find the real data dir - * by quering the running server. This has limited checking because we + * by querying the running server. This has limited checking because we * can't check for a running server because we can't find postmaster.pid. */ void |