diff --git a/src/Tar.php b/src/Tar.php index 9550b6c..93483f6 100644 --- a/src/Tar.php +++ b/src/Tar.php @@ -583,7 +583,7 @@ protected function parseHeader($block) $return['checksum'] = OctDec(trim($header['checksum'])); if ($return['checksum'] != $chks) { - throw new ArchiveCorruptedException('Header does not match it\'s checksum'); + throw new ArchiveCorruptedException('Header does not match its checksum'); } $return['filename'] = trim($header['filename']);