Commit: 5d68935358b5c5c3e04c20218aa7249e1632c19a Author: Ferenc Kovacs <[email protected]> Sat, 11 May 2013 22:47:11 +0200 Parents: 458dec41c58a27f3b041c031a57ac4af870ac71d Branches: master
Link: http://git.php.net/?p=web/master.git;a=commitdiff;h=5d68935358b5c5c3e04c20218aa7249e1632c19a Log: fix typo Changed paths: M manage/github.php Diff: diff --git a/manage/github.php b/manage/github.php index 4ef6569..4dfea13 100644 --- a/manage/github.php +++ b/manage/github.php @@ -135,7 +135,7 @@ php-pulls user to push changes made on git.php.net.</p> <form method="post" action="github.php"> Github repo name: http://github.com/php/<input name="name"> (i.e. pecl-category-foobar)<br> Description: <input name="description"> (i.e. PECL foobar extension)<br> -Homepage: <input name="homepage"> (i.e. http://pecl.php.net/package/fooar)<br> +Homepage: <input name="homepage"> (i.e. http://pecl.php.net/package/foobar)<br> <input type="submit" value="Create Repository on GitHub"> <input type="hidden" name="action" value="create"> <?php -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
