Skip to content

Commit

Permalink
Merge pull request #114 from plicease/graham/typo-timeout
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
tokuhirom committed Jul 26, 2018
2 parents 81b9692 + d379655 commit 537c1e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ Loads proxy settings from `$ENV{HTTP_PROXY}` and `$ENV{NO_PROXY}`.

- [IO::Socket::SSL](https://metacpan.org/pod/IO::Socket::SSL) preloading

Furl interprets the `timoeut` argument as the maximum time the module is permitted to spend before returning an error.
Furl interprets the `timeout` argument as the maximum time the module is permitted to spend before returning an error.

The module also lazy-loads [IO::Socket::SSL](https://metacpan.org/pod/IO::Socket::SSL) when an HTTPS request is being issued for the first time. Loading the module usually takes ~0.1 seconds.

Expand Down
2 changes: 1 addition & 1 deletion lib/Furl.pm
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ Loads proxy settings from C<< $ENV{HTTP_PROXY} >> and C<< $ENV{NO_PROXY} >>.
=item L<IO::Socket::SSL> preloading
Furl interprets the C<timoeut> argument as the maximum time the module is permitted to spend before returning an error.
Furl interprets the C<timeout> argument as the maximum time the module is permitted to spend before returning an error.
The module also lazy-loads L<IO::Socket::SSL> when an HTTPS request is being issued for the first time. Loading the module usually takes ~0.1 seconds.
Expand Down

0 comments on commit 537c1e6

Please sign in to comment.