summaryrefslogtreecommitdiff
path: root/dist
diff options
context:
space:
mode:
authorJames E Keenan <jkeenan@cpan.org>2023-01-02 14:03:41 +0000
committerJames E Keenan <jkeenan@cpan.org>2023-01-02 14:03:41 +0000
commit6f4674d0e7ac32833da123fcabc2dd7d509a5262 (patch)
tree9892c0cb6c3fe91d838440cf77ffb82d8cc7ec38 /dist
parent2e35afaa9f9ce8fc52aa15b30305e1343cc386af (diff)
downloadperl-6f4674d0e7ac32833da123fcabc2dd7d509a5262.tar.gz
Tie-File/t/29_downcopy.t: Correct typo in inline comment
Diffstat (limited to 'dist')
-rw-r--r--dist/Tie-File/t/29_downcopy.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Tie-File/t/29_downcopy.t b/dist/Tie-File/t/29_downcopy.t
index af27ae3fb0..9fd175c69e 100644
--- a/dist/Tie-File/t/29_downcopy.t
+++ b/dist/Tie-File/t/29_downcopy.t
@@ -245,7 +245,7 @@ sub try {
binmode F;
# The record has exactly 17 characters. This will help ensure that
- # even if _downcoopy screws up, the data doesn't coincidentally
+ # even if _downcopy screws up, the data doesn't coincidentally
# look good because the remainder accidentally lines up.
my $d = substr("0123456789abcdef$:", -17);
my $recs = defined($FLEN) ?