Skip to content

Commit 62b5cd2

Browse files
committed
Fix typo in pg_regress.c
s/afer/after Pointed out by Andreas 'ads' Scherbaum
1 parent e9e441c commit 62b5cd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/regress/pg_regress.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1329,7 +1329,7 @@ results_differ(const char *testname, const char *resultsfile, const char *defaul
13291329
if (platform_expectfile)
13301330
{
13311331
/*
1332-
* Replace everything afer the last slash in expectfile with what the
1332+
* Replace everything after the last slash in expectfile with what the
13331333
* platform_expectfile contains.
13341334
*/
13351335
char *p = strrchr(expectfile, '/');

0 commit comments

Comments
 (0)