diff options
author | Chris Christoff <chriscct7@users.noreply.github.com> | 2014-12-05 15:59:46 -0500 |
---|---|---|
committer | Adam Harvey <aharvey@php.net> | 2014-12-05 13:57:03 -0800 |
commit | 0e985d372692e13b9b777b5eae5572e028f1d96a (patch) | |
tree | 1249ef37bbfdf8e62f8e056685a91e9685a46e73 /ext/curl | |
parent | b28c3eb47ebe41947638bbdf24e3bcb563b25b66 (diff) | |
download | php-git-0e985d372692e13b9b777b5eae5572e028f1d96a.tar.gz |
Revert unintentional docblock change
Revert unintentional docblock change
It looks like commit dd8e59da8f5aafd9d77a0f1f17e5e272d09f643f
introduced an unintended docbloc change. I have reverted this
change in this commit.
Diffstat (limited to 'ext/curl')
-rw-r--r-- | ext/curl/interface.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/curl/interface.c b/ext/curl/interface.c index 23b125238d..0423f71f9a 100644 --- a/ext/curl/interface.c +++ b/ext/curl/interface.c @@ -10,7 +10,7 @@ | http://www.php.net/license/3_01.txt | | If you did not receive a copy of the PHP license and are unable to | | obtain it through the world-wide-web, please send a note to | - | license@php.net so we can mail you 6 copy immediately. | + | license@php.net so we can mail you a copy immediately. | +----------------------------------------------------------------------+ | Author: Sterling Hughes <sterling@php.net> | +----------------------------------------------------------------------+ |