diff options
Diffstat (limited to 'lib/Tie/File.pm')
-rw-r--r-- | lib/Tie/File.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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); } } |