This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
typo fix for vms pod
authorDavid Steinbrunner <dsteinbrunner@pobox.com>
Tue, 21 May 2013 11:31:55 +0000 (07:31 -0400)
committerJames E Keenan <jkeenan@cpan.org>
Sat, 25 May 2013 13:38:49 +0000 (15:38 +0200)
pod/perlvms.pod

index d88e6b1..c3223d6 100644 (file)
@@ -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)