summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorStephen Frost2016-04-02 15:12:17 +0000
committerStephen Frost2016-04-02 15:12:17 +0000
commit62b5cd234ba982f71f2501f405a26ed80c92a229 (patch)
tree5527c131d205f5e6dc5722fe5dc2bc9866ab0aba /src
parente9e441c9fac6cbc0510cded6abb9d0e6b646ecaf (diff)
Fix typo in pg_regress.c
s/afer/after Pointed out by Andreas 'ads' Scherbaum
Diffstat (limited to 'src')
-rw-r--r--src/test/regress/pg_regress.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/pg_regress.c b/src/test/regress/pg_regress.c
index 416829dbfae..343fd19b554 100644
--- a/src/test/regress/pg_regress.c
+++ b/src/test/regress/pg_regress.c
@@ -1329,7 +1329,7 @@ results_differ(const char *testname, const char *resultsfile, const char *defaul
if (platform_expectfile)
{
/*
- * Replace everything afer the last slash in expectfile with what the
+ * Replace everything after the last slash in expectfile with what the
* platform_expectfile contains.
*/
char *p = strrchr(expectfile, '/');