File: spelling.patch

package info (click to toggle)
libdata-rmap-perl 0.65-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 144 kB
  • ctags: 54
  • sloc: perl: 322; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 648 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: spelling fix
Origin: vendor
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2016-12-28
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=119550
Bug: https://rt.cpan.org/Ticket/Display.html?id=119550

--- a/lib/Data/Rmap.pm
+++ b/lib/Data/Rmap.pm
@@ -113,7 +113,7 @@
  VALUE  - non-reference scalar, eg. 1
  HASH   - hash reference
  ARRAY  - array reference
- SCALAR - scalar refernce, eg. \1
+ SCALAR - scalar reference, eg. \1
  REF    - higher-level reference, eg. \\1, \\{}
           B<NOT> any reference type, see <Scalar::Util>'s reftype:
           perl -MScalar::Util=reftype -le 'print map reftype($_), \1, \\1'