summaryrefslogtreecommitdiff
path: root/pod/perl5140delta.pod
diff options
context:
space:
mode:
authorKeith Thompson <kst@mib.org>2011-07-30 19:16:52 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-07-31 13:29:47 -0700
commit1cecf2c07f6a6e8177808fa5946a6ba12a5f52cf (patch)
tree1bb4fd6044b8e7b0c990479c0bfc7a3d38160294 /pod/perl5140delta.pod
parent7698aede74509727f7bca31c58fc7a53b182315d (diff)
downloadperl-1cecf2c07f6a6e8177808fa5946a6ba12a5f52cf.tar.gz
More typo fixes in pod/perl*.pod files
Diffstat (limited to 'pod/perl5140delta.pod')
-rw-r--r--pod/perl5140delta.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perl5140delta.pod b/pod/perl5140delta.pod
index 17faea868c..51060aca52 100644
--- a/pod/perl5140delta.pod
+++ b/pod/perl5140delta.pod
@@ -2888,7 +2888,7 @@ When C<perlio> became the default and C<unix> became the default bottom layer,
the most common path for creating files from Perl became C<PerlIOUnix_open>,
which has always explicitly used C<0666> as the permission mask. This prevents
inheriting permissions from RMS defaults and ACLs, so to avoid that problem,
-we now pass C<0777> to open(). In theVMS CRTL, C<0777> has a special
+we now pass C<0777> to open(). In the VMS CRTL, C<0777> has a special
meaning over and above intersecting with the current umask; specifically, it
allows Unix syscalls to preserve native default permissions (5.12.3).