Skip to content

Commit 065595e

Browse files
authored
Merge pull request google#123 from luspa/master
Fix typo
2 parents fcc2eec + c036225 commit 065595e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ReCaptcha/RequestMethod/SocketPost.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
/**
3333
* Sends a POST request to the reCAPTCHA service, but makes use of fsockopen()
3434
* instead of get_file_contents(). This is to account for people who may be on
35-
* servers where allow_furl_open is disabled.
35+
* servers where allow_url_open is disabled.
3636
*/
3737
class SocketPost implements RequestMethod
3838
{

0 commit comments

Comments
 (0)