mirror of
https://github.com/postgres/postgres.git
synced 2026-04-28 17:49:35 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue