diff options
author | Robert Haas | 2009-07-12 02:34:32 +0000 |
---|---|---|
committer | Robert Haas | 2009-07-12 03:08:44 +0000 |
commit | a2a8a018eac6bc48731c4cb6970f53a10fa92de2 (patch) | |
tree | 00781cb41ec849cdd598691f88bf58643978c0a9 | |
parent | 061410acbc85857bb24e1fd7a5b0096eb96a43ca (diff) |
Fix a typo noticed by Josh Tolley.
-rw-r--r-- | perl-lib/PgCommitFest/Patch.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-lib/PgCommitFest/Patch.pm b/perl-lib/PgCommitFest/Patch.pm index fe9a720..5ebeb42 100644 --- 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 with have been Committed, Returned +Date Closed is permitted only for patches which have been Committed, Returned with Feedback, or Rejected. EOM } |