File: typos.patch

package info (click to toggle)
libset-object-perl 1.43-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 620 kB
  • sloc: perl: 1,069; makefile: 14
file content (29 lines) | stat: -rw-r--r-- 893 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
29
Description: Fix some typographical errors.
Bug: https://rt.cpan.org/Ticket/Display.html?id=123608
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=123608
Author: Peter Pentchev <roam@ringlet.net>
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2025-10-04

--- a/Changes.pod
+++ b/Changes.pod
@@ -319,7 +319,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
@@ -921,7 +921,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)