mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Fix typo in pg_regress.c
s/afer/after Pointed out by Andreas 'ads' Scherbaum
This commit is contained in:
@ -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, '/');
|
||||
|
Reference in New Issue
Block a user