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.
|