diff options
author | Andres Freund <andres@anarazel.de> | 2015-04-26 18:42:31 +0200 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2015-04-26 18:42:31 +0200 |
commit | 6aab1f45acaa4cf90e62357ebdf5e6a38829204e (patch) | |
tree | ded75b929485ab4331a292150b0823ed2d825fb1 /src/bin/pg_upgrade/parallel.c | |
parent | 9fe1d9ac6820cff354a5402114b96dae1221eba3 (diff) | |
download | postgresql-6aab1f45acaa4cf90e62357ebdf5e6a38829204e.tar.gz postgresql-6aab1f45acaa4cf90e62357ebdf5e6a38829204e.zip |
Fix various typos and grammar errors in comments.
Author: Dmitriy Olshevskiy
Discussion: 553D00A6.4090205@bk.ru
Diffstat (limited to 'src/bin/pg_upgrade/parallel.c')
-rw-r--r-- | src/bin/pg_upgrade/parallel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_upgrade/parallel.c b/src/bin/pg_upgrade/parallel.c index c6978b596b4..97fa0dc356b 100644 --- a/src/bin/pg_upgrade/parallel.c +++ b/src/bin/pg_upgrade/parallel.c @@ -175,7 +175,7 @@ win32_exec_prog(exec_thread_arg *args) * parallel_transfer_all_new_dbs * * This has the same API as transfer_all_new_dbs, except it does parallel execution - * by transfering multiple tablespaces in parallel + * by transferring multiple tablespaces in parallel */ void parallel_transfer_all_new_dbs(DbInfoArr *old_db_arr, DbInfoArr *new_db_arr, |