projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9e441c
)
Fix typo in pg_regress.c
author
Stephen Frost
<sfrost@snowman.net>
Sat, 2 Apr 2016 15:12:17 +0000
(11:12 -0400)
committer
Stephen 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
patch
|
blob
|
blame
|
history
diff --git
a/src/test/regress/pg_regress.c
b/src/test/regress/pg_regress.c
index 416829dbfae737da6fa139c52476d3f2357ef4fe..343fd19b554a630dd1c2f8560df2bc200636a839 100644
(file)
--- 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 af
t
er the last slash in expectfile with what the
* platform_expectfile contains.
*/
char *p = strrchr(expectfile, '/');