diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2006-10-02 11:10:21 +0000 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2006-10-02 11:10:21 +0000 |
commit | 1a7a25543a1011ee444b356519ba6bef826a9f6a (patch) | |
tree | 90848fada95b8fe9117589601bb1d8a3cb717b9d /pod/perldiag.pod | |
parent | f5a7294f1dd651fb00c000797104b15457a93401 (diff) | |
download | perl-1a7a25543a1011ee444b356519ba6bef826a9f6a.tar.gz |
doc typo change on jhi's request
p4raw-id: //depot/perl@28913
Diffstat (limited to 'pod/perldiag.pod')
-rw-r--r-- | pod/perldiag.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perldiag.pod b/pod/perldiag.pod index ac67f15da6..dcf7ffe9f5 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -2769,8 +2769,8 @@ with an offset pointing outside the buffer. This is difficult to imagine. The sole exceptions to this are that zero padding will take place when going past the end of the string when either C<sysread()>ing a file, or when seeking past the end of a scalar opened -of I/O (in anticipation of future reads and to imitate the behaviour with -real files). +for I/O (in anticipation of future reads and to imitate the behaviour +with real files). =item %s() on unopened %s |