Commit: 6f59aec8dc64e2129083805144bdd70b56998085 Author: Dan Wallis <[email protected]> Sun, 4 Nov 2018 18:49:41 +0000 Committer: GitHub <[email protected]> Sun, 4 Nov 2018 18:49:41 +0000 Parents: 6ca97626c02e8918960395d33a8344b73796035d Branches: master
Link: http://git.php.net/?p=web/bugs.git;a=commitdiff;h=6f59aec8dc64e2129083805144bdd70b56998085 Log: Fix typo in Add GitHub Pull Request template Changed paths: M templates/addghpull.php Diff: diff --git a/templates/addghpull.php b/templates/addghpull.php index a267c6c..9884a4a 100644 --- a/templates/addghpull.php +++ b/templates/addghpull.php @@ -7,7 +7,7 @@ response_header('Add Pull Request :: ' . clean($package_name)); <h2>Add a Pull Request to <a href="bug.php?id=<?php echo $bug_id; ?>">Bug #<?php echo $bug_id; ?></a></h2> <ul> <li>One problem per pull request, please</li> - <li>The pull requst must be opened against a PHP project on GitHub</li> + <li>The pull request must be opened against a PHP project on GitHub</li> <li>Choose a meaningful request name (i.e. include bug id and title)</li> </ul> <form name="patchform" method="post" action="gh-pull-add.php" enctype="multipart/form-data"> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
