File: typos.patch

package info (click to toggle)
libset-object-perl 1.39-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 608 kB
  • sloc: perl: 1,041; makefile: 12
file content (28 lines) | stat: -rw-r--r-- 844 bytes parent folder | download
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)