Fix a typo noticed by Josh Tolley.
authorRobert Haas <[email protected]>
Sun, 12 Jul 2009 02:34:32 +0000 (22:34 -0400)
committerRobert Haas <[email protected]>
Sun, 12 Jul 2009 03:08:44 +0000 (23:08 -0400)
perl-lib/PgCommitFest/Patch.pm

index fe9a720203f501c4938e5b0450e1507c085dabf8..5ebeb42949c2b0267def4be98bba0201d2a9a746 100644 (file)
@@ -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
                }