]> granicus.if.org Git - postgresql/commitdiff
Fix typo in pg_regress.c
authorStephen Frost <sfrost@snowman.net>
Sat, 2 Apr 2016 15:12:17 +0000 (11:12 -0400)
committerStephen Frost <sfrost@snowman.net>
Sat, 2 Apr 2016 15:12:17 +0000 (11:12 -0400)
s/afer/after

Pointed out by Andreas 'ads' Scherbaum

src/test/regress/pg_regress.c

index 416829dbfae737da6fa139c52476d3f2357ef4fe..343fd19b554a630dd1c2f8560df2bc200636a839 100644 (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, '/');