mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 00:10:07 -05:00
Fix typo in pg_regress.c
s/afer/after Pointed out by Andreas 'ads' Scherbaum
This commit is contained in:
parent
e9e441c9fa
commit
62b5cd234b
@ -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, '/');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user