From e341f5895e6ec79bddac668a5b4c85bc1d9da354 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Fri, 19 Apr 2019 14:10:46 +0300 Subject: [PATCH] Fix typo and remove the mirroring part of requesting a Git account --- git-php.php | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/git-php.php b/git-php.php index 828e79ad8..06ec5e60a 100644 --- a/git-php.php +++ b/git-php.php @@ -237,10 +237,6 @@ EOT; Writing web pages with PHP   - - Setting up a php.net mirror site -   -

Contributing patches

@@ -325,7 +321,7 @@ EOT;

- If you get no resposne to an account request after a while, remember this is a + If you get no response to an account request after a while, remember this is a manual process, then please contact the relevant mailing list that belongs to the part of PHP you requested access to.

@@ -377,7 +373,7 @@ EOT; $purposes = array("Learning PHP", "Coding in PHP", "Reading the PHP source", "Using PHP extensions", "Creating experimental PHP extensions", "Submitting a patch to PHP", "Adding notes to the documentation", - "Writing web pages with PHP", "Setting up a php.net mirror site"); + "Writing web pages with PHP"); foreach ($purposes as $i => $p) { ?>