1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
Description: Fix typo in pod doc
Author: dod
Applied-Upstream: yes
--- a/lib/Array/IntSpan.pm
+++ b/lib/Array/IntSpan.pm
@@ -623,7 +623,7 @@
$callback->(0, 4,$foo_obj)
$callback->(8,10,$foo_obj)
-It will be the callback responsability to make sure that the range
+It will be the callback responsibility to make sure that the range
C<0-4> and C<7-10> holds 2 I<different> objects.
=head2 set( index, value [, code ref] )
--- a/lib/Array/IntSpan/IP.pm
+++ b/lib/Array/IntSpan/IP.pm
@@ -152,7 +152,7 @@
distinguish between the two in this situation. I do not expect that
this will be a problem in most situations. Most users will probably
use dotted decimal or network string notations, and even if they do
-use the integer notation the likelyhood that they will be using the
+use the integer notation the likelihood that they will be using the
addresses C<'0.0.3.232'> through C<'0.0.39.15'> as indices is
relatively low.
|