From 80a93e1cd3747c6de20b8890a582b2907805ea5a Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Wed, 29 May 2013 11:57:58 -0400 Subject: [PATCH] Fixed typo. --- module/VuFind/src/VuFind/Search/Solr/V3/ErrorListener.php | 3 +-- module/VuFind/src/VuFind/Search/Solr/V4/ErrorListener.php | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/module/VuFind/src/VuFind/Search/Solr/V3/ErrorListener.php b/module/VuFind/src/VuFind/Search/Solr/V3/ErrorListener.php index 275756b7c65..620c7229332 100644 --- a/module/VuFind/src/VuFind/Search/Solr/V3/ErrorListener.php +++ b/module/VuFind/src/VuFind/Search/Solr/V3/ErrorListener.php @@ -44,9 +44,8 @@ use Zend\EventManager\EventInterface; */ class ErrorListener { - /** - * Backends ot listen on. + * Backends to listen on. * * @var array */ diff --git a/module/VuFind/src/VuFind/Search/Solr/V4/ErrorListener.php b/module/VuFind/src/VuFind/Search/Solr/V4/ErrorListener.php index f41d4ab249b..b66bab8cfab 100644 --- a/module/VuFind/src/VuFind/Search/Solr/V4/ErrorListener.php +++ b/module/VuFind/src/VuFind/Search/Solr/V4/ErrorListener.php @@ -44,9 +44,8 @@ use Zend\EventManager\EventInterface; */ class ErrorListener { - /** - * Backends ot listen on. + * Backends to listen on. * * @var array */ -- GitLab