diff options
author | Marcel Grunauer <marcel@codewerk.com> | 2000-08-29 03:19:59 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-08-28 23:33:39 +0000 |
commit | a31a806a8f483dfa4e00e0ac91d9875a8d724cff (patch) | |
tree | 43a8fa1b770bda3450ea8206c1fba741b17fea18 /pod/perlfunc.pod | |
parent | f8f1ea7c161635bf46b2716d915374193f8dd590 (diff) | |
download | perl-a31a806a8f483dfa4e00e0ac91d9875a8d724cff.tar.gz |
spellings
Message-Id: <200008282319.BAA29862@gandalf.local>
p4raw-id: //depot/perl@6872
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r-- | pod/perlfunc.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod index 0235c37fed..5f23b7ea3e 100644 --- a/pod/perlfunc.pod +++ b/pod/perlfunc.pod @@ -2819,7 +2819,7 @@ otherwise it's necessary to protect any leading and trailing whitespace: $file =~ s#^(\s)#./$1#; open(FOO, "< $file\0"); -(this may not work on some bizzare filesystems). One should +(this may not work on some bizarre filesystems). One should conscientiously choose between the I<magic> and 3-arguments form of open(): |