diff options
author | Lukas Smith <lsmith@php.net> | 2008-11-05 07:25:12 +0000 |
---|---|---|
committer | Lukas Smith <lsmith@php.net> | 2008-11-05 07:25:12 +0000 |
commit | 73c9f1f305b4940118a521c98583856166919c69 (patch) | |
tree | 3a7fc4124543ea70f38d54d90d8ef95dd94d13c3 | |
parent | adc045c4cf7ecf7086ed2e0b1a1d73bf5a3463ec (diff) | |
download | php-git-73c9f1f305b4940118a521c98583856166919c69.tar.gz |
typo fix (thx chris jones for spotting)
-rw-r--r-- | README.RELEASE_PROCESS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.RELEASE_PROCESS b/README.RELEASE_PROCESS index 6a32dcdb98..65309fe907 100644 --- a/README.RELEASE_PROCESS +++ b/README.RELEASE_PROCESS @@ -70,7 +70,7 @@ branch if you're rolling 4.4.x releases). 10. run: ``./makedist php 4.4.1RC1``, this will export the tree, create configure and build two tarballs (one gz and one bz2). -11. Copy those two tarballs to www.php.net, in your homedir their should be a +11. Copy those two tarballs to www.php.net, in your homedir there should be a directory "downloads/". Copy them into there, so that the system can generate MD5 sums. If you do not have this directory, talk to Derick. |