diff options
Diffstat (limited to 'src/bin/psql/common.c')
-rw-r--r-- | src/bin/psql/common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/psql/common.c b/src/bin/psql/common.c index 5382a07b74d..21d660a8961 100644 --- a/src/bin/psql/common.c +++ b/src/bin/psql/common.c @@ -1459,7 +1459,7 @@ DescribeQuery(const char *query, double *elapsed_msec) * * If a synchronisation point is found, we can stop discarding results as * the pipeline will switch back to a clean state. If no synchronisation - * point is available, we need to stop when ther are no more pending + * point is available, we need to stop when there are no more pending * results, otherwise, calling PQgetResult() would block. */ static PGresult * |