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 26 27 28
|
Description: Fix some typographical errors.
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=123608
Author: Peter Pentchev <roam@ringlet.net>
Bug: https://rt.cpan.org/Ticket/Display.html?id=123608
Last-Update: 2017-11-12
--- a/Changes.pod
+++ b/Changes.pod
@@ -247,7 +247,7 @@
=item *
-Remove threads test which had inadvertantly slipped into the MANIFEST
+Remove threads test which had inadvertently slipped into the MANIFEST
from source control, and add comprehensive documentation on the state
of thread support in this module.
--- a/Object.xs
+++ b/Object.xs
@@ -916,7 +916,7 @@
s->is_weak = 0;
/* Here are some functions from Scalar::Util; they are so simple,
- that it isn't worth making a dependancy on that module. */
+ that it isn't worth making a dependency on that module. */
int
is_int(sv)
|