1
0
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:
Stephen Frost
2016-04-02 11:12:17 -04:00
parent e9e441c9fa
commit 62b5cd234b

View File

@ -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, '/');