Skip to content

Commit

Permalink
Fix copy/paste typos
Browse files Browse the repository at this point in the history
  • Loading branch information
maccabeelevine committed Nov 6, 2024
1 parent 2e85a0f commit d22ff04
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion module/VuFind/src/VuFind/RecordDriver/ProQuestFSG.php
Original file line number Diff line number Diff line change
Expand Up @@ -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]);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand All @@ -107,7 +107,7 @@ protected function createBackend(Connector $connector)
}

/**
* Create the WorldCat connector.
* Create the ProQuestFSG connector.
*
* @return Connector
*/
Expand Down

0 comments on commit d22ff04

Please sign in to comment.