From: Vincent Pit Date: Sun, 23 Jun 2013 02:23:02 +0000 (-0300) Subject: Typo in POD X-Git-Tag: rt86338^0 X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git;a=commitdiff_plain;h=bd7cdd0635d30485b50564b9eebb2d73b3c0f94b Typo in POD Reported by dsteinbrunner@pobox.com. This fixes RT #86338. --- diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index 7f8cedb..53a922b 100644 --- a/lib/Variable/Magic.pm +++ b/lib/Variable/Magic.pm @@ -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 *