summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Pit <perl@profvince.com>2010-01-26 10:47:54 +0100
committerVincent Pit <perl@profvince.com>2010-01-26 10:47:54 +0100
commitf60ef620372ddc56bbd9386726c9ec06054980e3 (patch)
tree7e9992f162372722a7ed5fec2fea134349a4d70a
parent94e892a68016a417b1b324213d39309b8b744d0e (diff)
downloadperl-f60ef620372ddc56bbd9386726c9ec06054980e3.tar.gz
A small typo in perlrun, spotted by Olivier Raginel.
-rw-r--r--pod/perlrun.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrun.pod b/pod/perlrun.pod
index fb886b89ef..f510707a41 100644
--- a/pod/perlrun.pod
+++ b/pod/perlrun.pod
@@ -316,7 +316,7 @@ You can use C<-C0> (or C<"0"> for C<PERL_UNICODE>) to explicitly
disable all the above Unicode features.
The read-only magic variable C<${^UNICODE}> reflects the numeric value
-of this setting. This is variable is set during Perl startup and is
+of this setting. This variable is set during Perl startup and is
thereafter read-only. If you want runtime effects, use the three-arg
open() (see L<perlfunc/open>), the two-arg binmode() (see L<perlfunc/binmode>),
and the C<open> pragma (see L<open>).