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
This commit is contained in:
Andres Freund 2015-04-26 19:05:39 +02:00
parent 6aab1f45ac
commit 2e3ca04e2e
2 changed files with 2 additions and 2 deletions

View File

@ -1561,7 +1561,7 @@ socket_endcopyout(bool errorAbort)
/* /*
* On Windows, we need to set both idle and interval at the same time. * 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 * 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. * the out-of-the-box default instead.
*/ */
#if defined(WIN32) && defined(SIO_KEEPALIVE_VALS) #if defined(WIN32) && defined(SIO_KEEPALIVE_VALS)

View File

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