Commit 62b5cd23 authored by Stephen Frost's avatar Stephen Frost

Fix typo in pg_regress.c

s/afer/after

Pointed out by Andreas 'ads' Scherbaum
parent e9e441c9
...@@ -1329,7 +1329,7 @@ results_differ(const char *testname, const char *resultsfile, const char *defaul ...@@ -1329,7 +1329,7 @@ results_differ(const char *testname, const char *resultsfile, const char *defaul
if (platform_expectfile) 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. * platform_expectfile contains.
*/ */
char *p = strrchr(expectfile, '/'); char *p = strrchr(expectfile, '/');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment