Subject: | typo in POD |
Hi,
while packaging HTTP::Async for Debian, our automated qa tools called my attention to a typo in the documentation, and I'd like to share the patch for inclusion at your convenience:
--- a/lib/HTTP/Async.pm
+++ b/lib/HTTP/Async.pm
@@ -243,7 +243,7 @@
$async->poke;
At fairly frequent intervals some housekeeping needs to performed - such as
-reading recieved data and starting new requests. Calling C<poke> lets the
+reading received data and starting new requests. Calling C<poke> lets the
object do this and then return quickly. Usually you will not need to use this
as most other methods do it for you.
Florian