diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-18 19:34:16 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-18 19:34:16 +0000 |
commit | 554ad1fcb1c9a72f13e2c15496f1fa2ad5b5e63c (patch) | |
tree | 2786519f2fcaec44f0245767070271e3b2357173 /t | |
parent | 880a76e2f35aeaa0d2eac1e5117d0f24c7256baa (diff) | |
download | perl-554ad1fcb1c9a72f13e2c15496f1fa2ad5b5e63c.tar.gz |
Typo tweaks from Gerrit P. Haase. Fcntl, fcntl, fcntl.
p4raw-id: //depot/perl@20764
Diffstat (limited to 't')
-rwxr-xr-x | t/io/utf8.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/io/utf8.t b/t/io/utf8.t index f77aa3fdc9..6a24c51e7e 100755 --- a/t/io/utf8.t +++ b/t/io/utf8.t @@ -301,7 +301,7 @@ ok( 1 ); # last test here 49 } -# sysread() and syswrite() tested in lib/open.t since Fnctl is used +# sysread() and syswrite() tested in lib/open.t since Fcntl is used END { 1 while unlink "a"; |