Skip to content

Commit e84a33a

Browse files
authored
Merge pull request #28 from phallobst/master
Fix grammar
2 parents 5d82482 + 47f6079 commit e84a33a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tar.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ protected function parseHeader($block)
583583

584584
$return['checksum'] = OctDec(trim($header['checksum']));
585585
if ($return['checksum'] != $chks) {
586-
throw new ArchiveCorruptedException('Header does not match it\'s checksum');
586+
throw new ArchiveCorruptedException('Header does not match its checksum');
587587
}
588588

589589
$return['filename'] = trim($header['filename']);

0 commit comments

Comments
 (0)