Skip to content

Commit 2e3ca04

Browse files
committed
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
1 parent 6aab1f4 commit 2e3ca04

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/backend/libpq/pqcomm.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1561,7 +1561,7 @@ socket_endcopyout(bool errorAbort)
15611561
/*
15621562
* On Windows, we need to set both idle and interval at the same time.
15631563
* We also cannot reset them to the default (setting to zero will
1564-
* actually set them to zero, not default), therefor we fallback to
1564+
* actually set them to zero, not default), therefore we fallback to
15651565
* the out-of-the-box default instead.
15661566
*/
15671567
#if defined(WIN32) && defined(SIO_KEEPALIVE_VALS)

src/backend/optimizer/geqo/geqo_erx.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ gimme_edge_table(PlannerInfo *root, Gene *tour1, Gene *tour2,
138138
* registers edge from city1 to city2 in input edge table
139139
*
140140
* no assumptions about directionality are made;
141-
* therefor it is up to the calling routine to
141+
* therefore it is up to the calling routine to
142142
* call gimme_edge twice to make a bi-directional edge
143143
* between city1 and city2;
144144
* uni-directional edges are possible as well (just call gimme_edge

0 commit comments

Comments
 (0)