diff options
author | Stephen Frost <sfrost@snowman.net> | 2016-04-02 11:12:17 -0400 |
---|---|---|
committer | Stephen Frost <sfrost@snowman.net> | 2016-04-02 11:12:17 -0400 |
commit | 62b5cd234ba982f71f2501f405a26ed80c92a229 (patch) | |
tree | 5527c131d205f5e6dc5722fe5dc2bc9866ab0aba /src | |
parent | e9e441c9fac6cbc0510cded6abb9d0e6b646ecaf (diff) | |
download | postgresql-62b5cd234ba982f71f2501f405a26ed80c92a229.tar.gz postgresql-62b5cd234ba982f71f2501f405a26ed80c92a229.zip |
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.c | 2 |
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, '/'); |