From: Stephen Frost Date: Sat, 2 Apr 2016 15:12:17 +0000 (-0400) Subject: Fix typo in pg_regress.c X-Git-Tag: REL9_6_BETA1~308 X-Git-Url: http://git.postgresql.org/gitweb/?a=commitdiff_plain;h=62b5cd234ba982f71f2501f405a26ed80c92a229;p=postgresql.git Fix typo in pg_regress.c s/afer/after Pointed out by Andreas 'ads' Scherbaum --- diff --git a/src/test/regress/pg_regress.c b/src/test/regress/pg_regress.c index 416829dbfae..343fd19b554 100644 --- a/src/test/regress/pg_regress.c +++ b/src/test/regress/pg_regress.c @@ -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, '/');