Skip to content

Commit 47f6079

Browse files
committed
Fix grammar
1 parent 5d82482 commit 47f6079

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)