diff options
| author | Andres Freund | 2015-04-26 17:05:39 +0000 |
|---|---|---|
| committer | Andres Freund | 2015-04-26 17:05:39 +0000 |
| commit | 2e3ca04e2ee711cf8b87030b04f257316d990bde (patch) | |
| tree | f8d4a25f6b7a0802ad95f22291808d4a8de343ed /src/backend/libpq | |
| parent | 6aab1f45acaa4cf90e62357ebdf5e6a38829204e (diff) | |
Also correct therefor to therefore.
Since both forms are arguably legal I wasn't sure about changing
this. But then Tom argued for 'therefore'...
Author: Dmitriy Olshevskiy
Discussion: 34789.1430067832@sss.pgh.pa.us
Diffstat (limited to 'src/backend/libpq')
| -rw-r--r-- | src/backend/libpq/pqcomm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/libpq/pqcomm.c b/src/backend/libpq/pqcomm.c index 34efac48651..fcdbfcea07b 100644 --- a/src/backend/libpq/pqcomm.c +++ b/src/backend/libpq/pqcomm.c @@ -1561,7 +1561,7 @@ socket_endcopyout(bool errorAbort) /* * On Windows, we need to set both idle and interval at the same time. * We also cannot reset them to the default (setting to zero will - * actually set them to zero, not default), therefor we fallback to + * actually set them to zero, not default), therefore we fallback to * the out-of-the-box default instead. */ #if defined(WIN32) && defined(SIO_KEEPALIVE_VALS) |
