From f9f1fbec694180476bec6af1f0171fbbfae8ae7f Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Fri, 22 Jul 2016 11:26:50 -0400 Subject: [PATCH] Typo fix. --- module/VuFind/src/VuFind/View/Helper/Root/Record.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/module/VuFind/src/VuFind/View/Helper/Root/Record.php b/module/VuFind/src/VuFind/View/Helper/Root/Record.php index 4a7e476f2f8..d79ad39ea32 100644 --- a/module/VuFind/src/VuFind/View/Helper/Root/Record.php +++ b/module/VuFind/src/VuFind/View/Helper/Root/Record.php @@ -429,7 +429,7 @@ class Record extends AbstractHelper /** * Render a cover for the current record. * - * @param string $context Context of code being genarated + * @param string $context Context of code being generated * @param string $default The default size of the cover * @param string $link The link for the anchor * @@ -444,7 +444,7 @@ class Record extends AbstractHelper /** * Get the rendered cover plus some useful parameters. * - * @param string $context Context of code being genarated + * @param string $context Context of code being generated * @param string $default The default size of the cover * @param string $link The link for the anchor * @@ -477,7 +477,7 @@ class Record extends AbstractHelper /** * Get the configured thumbnail size for record lists * - * @param string $context Context of code being genarated + * @param string $context Context of code being generated * @param string $default The default size of the cover * * @return string -- GitLab