From 3c4b39bee8832007b7e91bfce8701d34cacab411 Mon Sep 17 00:00:00 2001 From: Piotr Fusik Date: Sun, 31 Jul 2005 14:50:04 +0200 Subject: Typos in *.p[lm] From: "Piotr Fusik" Message-ID: <001401c595bd$dccb5d80$0bd34dd5@piec> p4raw-id: //depot/perl@25261 --- lib/Tie/File.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/Tie/File.pm') diff --git a/lib/Tie/File.pm b/lib/Tie/File.pm index a1f40afe19..2f247c3c81 100644 --- a/lib/Tie/File.pm +++ b/lib/Tie/File.pm @@ -656,7 +656,7 @@ sub _mtwrite { if (@_) { $unwritten = $self->_downcopy($data, $end, $_[1] - $end); } else { - # Make the file longer to accomodate the last segment that doesn' + # Make the file longer to accommodate the last segment that doesn' $unwritten = $self->_downcopy($data, $end); } } -- cgit v1.2.1