diff --git a/Classes/Common/MetsDocument.php b/Classes/Common/MetsDocument.php index 999a9c48e..8118b3d38 100644 --- a/Classes/Common/MetsDocument.php +++ b/Classes/Common/MetsDocument.php @@ -1508,7 +1508,7 @@ private function getPhysicalElements(array $elementNodes, array $fileUse): array } } - // Get track info wtih begin end extent time for later assignment with musical + // Get track info with begin end extent time for later assignment with musical if ((string) $elementNode['TYPE'] === 'track') { foreach ($elementNode->children('http://www.loc.gov/METS/')->fptr as $fptr) { if (isset($fptr->area) && ((string) $fptr->area->attributes()->BETYPE === 'TIME')) { diff --git a/Classes/Controller/AbstractController.php b/Classes/Controller/AbstractController.php index 8857722fb..9851ec207 100644 --- a/Classes/Controller/AbstractController.php +++ b/Classes/Controller/AbstractController.php @@ -469,7 +469,7 @@ protected function buildSimplePagination(PaginationInterface $pagination, Pagina $lastStartRecordNumberGrid = $startRecordNumber; // save last $startRecordNumber for LastPage button // array with label as screen/pagination page number - // and startRecordNumer for correct structure of the link + // and startRecordNumber for correct structure of the link //