Skip Menu |

This queue is for tickets about the IO-Async CPAN distribution.

Report information
The Basics
Id: 130087
Status: resolved
Priority: 0/
Queue: IO-Async

People
Owner: Nobody in particular
Requestors: guptautkarsh2102 [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 0.75



Subject: Spelling mistakes
Date: Tue, 16 Jul 2019 18:08:23 +0530
To: bug-IO-Async [...] rt.cpan.org
From: Utkarsh Gupta <guptautkarsh2102 [...] gmail.com>
Subject: Spelling mistakes
To: bug-IO-Async [...] rt.cpan.org
From: Utkarsh Gupta <guptautkarsh2102 [...] gmail.com>
Hey, There are a couple of spelling mistakes that I found in the README. Following are the spelling errors: 1. interract instead of interact. 2. intead instead of instead. A quick grep search would help you reproduce the same. Best, Utkarsh
Download signature.asc
application/pgp-signature 833b

Message body not shown because it is not plain text.

On Tue Jul 16 08:38:48 2019, guptautkarsh2102@gmail.com wrote: Show quoted text
> Hey, > > There are a couple of spelling mistakes that I found in the README. > Following are the spelling errors: > 1. interract instead of interact. > 2. intead instead of instead.
Thanks. Now fixed. -- Paul Evans
Subject: rt130087.patch
=== modified file 'lib/IO/Async/Loop.pm' --- old/lib/IO/Async/Loop.pm 2019-08-19 14:29:17 +0000 +++ new/lib/IO/Async/Loop.pm 2019-11-23 17:39:12 +0000 @@ -209,7 +209,7 @@ The constructed object is cached, and will be returned again by a subsequent call. The cache will also be set by a constructor on a specific subclass. This behaviour makes it possible to simply use the normal constructor in a module -that wishes to interract with the main program's Loop, such as an integration +that wishes to interact with the main program's Loop, such as an integration module for another event system. For example, the following two C<$loop> variables will refer to the same @@ -1345,7 +1345,7 @@ =back -This method should not be used in new code; intead use L</run_process> +This method should not be used in new code; instead use L</run_process> directly. =cut