From 839efb122e8b58c709993c536429571cd3232deb Mon Sep 17 00:00:00 2001
From: Anna Headley <anna3LC@gmail.com>
Date: Thu, 16 Jan 2014 16:24:56 -0500
Subject: [PATCH] suspected typo

---
 module/VuFind/src/VuFind/Controller/Plugin/Holds.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/module/VuFind/src/VuFind/Controller/Plugin/Holds.php b/module/VuFind/src/VuFind/Controller/Plugin/Holds.php
index 0b98f869f5b..b22319c98dc 100644
--- a/module/VuFind/src/VuFind/Controller/Plugin/Holds.php
+++ b/module/VuFind/src/VuFind/Controller/Plugin/Holds.php
@@ -29,7 +29,7 @@ namespace VuFind\Controller\Plugin;
 use Zend\Mvc\Controller\Plugin\AbstractPlugin, Zend\Session\Container;
 
 /**
- * Zend action helper to perform renewal-related actions
+ * Zend action helper to perform holds-related actions
  *
  * @category VuFind2
  * @package  Controller_Plugins
@@ -325,4 +325,4 @@ class Holds extends AbstractPlugin
             0, 0, 0, date("m")+$m,   date("d")+$d,   date("Y")+$y
         );
     }
-}
\ No newline at end of file
+}
-- 
GitLab