diff --git a/module/VuFind/src/VuFind/RecordDriver/ProQuestFSG.php b/module/VuFind/src/VuFind/RecordDriver/ProQuestFSG.php index 00314ceda5e..7ff652db1a1 100644 --- a/module/VuFind/src/VuFind/RecordDriver/ProQuestFSG.php +++ b/module/VuFind/src/VuFind/RecordDriver/ProQuestFSG.php @@ -69,7 +69,7 @@ public function setRawData($data) $data = $data['fullrecord']; } - // Map the WorldCat response into a format that the parent Solr-based + // Map the ProQuestFSG response into a format that the parent Solr-based // record driver can understand. parent::setRawData(['fullrecord' => $data]); } diff --git a/module/VuFind/src/VuFind/Search/Factory/ProQuestFSGBackendFactory.php b/module/VuFind/src/VuFind/Search/Factory/ProQuestFSGBackendFactory.php index f31032b5c0b..b6784776ccf 100644 --- a/module/VuFind/src/VuFind/Search/Factory/ProQuestFSGBackendFactory.php +++ b/module/VuFind/src/VuFind/Search/Factory/ProQuestFSGBackendFactory.php @@ -93,7 +93,7 @@ public function __invoke(ContainerInterface $sm, $name, array $options = null) } /** - * Create the WorldCat backend. + * Create the ProQuestFSG backend. * * @param Connector $connector Connector * @@ -107,7 +107,7 @@ protected function createBackend(Connector $connector) } /** - * Create the WorldCat connector. + * Create the ProQuestFSG connector. * * @return Connector */