projects
/
pgcommitfest.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
061410a
)
Fix a typo noticed by Josh Tolley.
author
Robert Haas
<
[email protected]
>
Sun, 12 Jul 2009 02:34:32 +0000
(22:34 -0400)
committer
Robert Haas
<
[email protected]
>
Sun, 12 Jul 2009 03:08:44 +0000
(23:08 -0400)
perl-lib/PgCommitFest/Patch.pm
patch
|
blob
|
blame
|
history
diff --git
a/perl-lib/PgCommitFest/Patch.pm
b/perl-lib/PgCommitFest/Patch.pm
index fe9a720203f501c4938e5b0450e1507c085dabf8..5ebeb42949c2b0267def4be98bba0201d2a9a746 100644
(file)
--- a/
perl-lib/PgCommitFest/Patch.pm
+++ b/
perl-lib/PgCommitFest/Patch.pm
@@
-124,7
+124,7
@@
EOM
elsif (defined $value{'date_closed'}
&& !grep { $_ eq $value{'patch_status_id'} } qw(4 5 6)) {
$r->error(<<EOM);
-Date Closed is permitted only for patches w
it
h have been Committed, Returned
+Date Closed is permitted only for patches w
hic
h have been Committed, Returned
with Feedback, or Rejected.
EOM
}