diff options
author | Richard Soderberg <p5-authors@crystalflame.net> | 2004-11-12 16:14:49 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2004-11-12 20:47:19 +0000 |
commit | fa11829f4b6d56533794dd127f3d1068d9593670 (patch) | |
tree | 7f368b0c4f3bed68b378d9fea31eee156223ea2c /pod/perlport.pod | |
parent | ac7de224d1cdf1bc265fb1a3311a78c903d66ee7 (diff) | |
download | perl-fa11829f4b6d56533794dd127f3d1068d9593670.tar.gz |
[perl #32419] Spelling fixes for perl@23492
From: Richard Soderberg (via RT) <perlbug-followup@perl.org>
Message-ID: <rt-3.0.11-32419-100173.13.0717895191322@perl.org>
p4raw-id: //depot/perl@23496
Diffstat (limited to 'pod/perlport.pod')
-rw-r--r-- | pod/perlport.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlport.pod b/pod/perlport.pod index e7fcde79bb..ffd7c863b3 100644 --- a/pod/perlport.pod +++ b/pod/perlport.pod @@ -1106,7 +1106,7 @@ native formats. What C<\n> represents depends on the type of file opened. It usually represents C<\012> but it could also be C<\015>, C<\012>, C<\015\012>, -C<\000>, C<\040>, or nothing depending on the file organiztion and +C<\000>, C<\040>, or nothing depending on the file organization and record format. The VMS::Stdio module provides access to the special fopen() requirements of files with unusual attributes on VMS. |