File: fix-spelling

package info (click to toggle)
libdata-bitmask-perl 0.91-2.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 120 kB
  • sloc: perl: 202; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 829 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Fix spelling
Author: dod
Reviewed-by: gregor herrmann <gregoa@debian.org>
Last-Update: 2015-06-05
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=104991
Bug: https://rt.cpan.org/Ticket/Display.html?id=104991

--- a/lib/Data/BitMask.pm
+++ b/lib/Data/BitMask.pm
@@ -132,7 +132,7 @@
 Creates a new bitmask manipulator.  Pass a list of constant and value pairs. The 
 constants do not have to be disjoint, but order does matter.  When executing 
 C<explain_mask> or C<explain_const>, constants that are earlier in the list take 
-precendence over those later in the list.  Constant names are not allowed to 
+precedence over those later in the list.  Constant names are not allowed to 
 have space or pipes in them, and constant values have to be integers. Constant 
 names are case insensitive but preserving.