]> git.vpit.fr Git - perl/modules/Variable-Magic.git/commitdiff
Typo in POD rt86338
authorVincent Pit <vince@profvince.com>
Sun, 23 Jun 2013 02:23:02 +0000 (23:23 -0300)
committerVincent Pit <vince@profvince.com>
Sun, 23 Jun 2013 02:23:23 +0000 (23:23 -0300)
Reported by dsteinbrunner@pobox.com.

This fixes RT #86338.

lib/Variable/Magic.pm

index 7f8cedbee93b09275233285f02f40d5b9f23e337..53a922b2dae46b657cd6ace4ef7d363c2632eee4 100644 (file)
@@ -88,7 +88,7 @@ You can safely apply different kinds of magics to the same variable, and each of
 Magic is type-agnostic.
 
 The same magic can be applied on scalars, arrays, hashes, subs or globs.
-But the same hook (see below for a list) may trigger differently depending on the the type of the variable.
+But the same hook (see below for a list) may trigger differently depending on the type of the variable.
 
 =item *