summaryrefslogtreecommitdiff
path: root/pod/perlvms.pod
diff options
context:
space:
mode:
authorDavid Steinbrunner <dsteinbrunner@pobox.com>2013-05-21 07:31:55 -0400
committerJames E Keenan <jkeenan@cpan.org>2013-05-25 15:38:49 +0200
commit7396cde17e3431e89c0c4e69954a0fd93bb75f15 (patch)
treeaa88263885874b03879f87a5158e0579d5a458ab /pod/perlvms.pod
parent301896330f37c56acb0259a4173d10cc4ab1f66b (diff)
downloadperl-7396cde17e3431e89c0c4e69954a0fd93bb75f15.tar.gz
typo fix for vms pod
Diffstat (limited to 'pod/perlvms.pod')
-rw-r--r--pod/perlvms.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlvms.pod b/pod/perlvms.pod
index d88e6b14be..c3223d6a9b 100644
--- a/pod/perlvms.pod
+++ b/pod/perlvms.pod
@@ -1064,7 +1064,7 @@ You do need to be careful with the logical names representing
process-permanent files, such as C<SYS$INPUT> and C<SYS$OUTPUT>.
The translations for these logical names are prepended with a
two-byte binary value (0x1B 0x00) that needs to be stripped off
-if you wantto use it. (In previous versions of Perl it wasn't
+if you want to use it. (In previous versions of Perl it wasn't
possible to get the values of these logical names, as the null
byte acted as an end-of-string marker)