From c23e7bb0c90ce0151484dfec34c696ff0d5b1fd1 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Tue, 10 Mar 2015 14:04:06 -0400
Subject: [PATCH] Fixed typo in comment.

---
 .../src/VuFindSearch/Backend/Solr/Response/Json/Record.php      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/Record.php b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/Record.php
index 01afe3906d5..c34af0aca61 100644
--- a/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/Record.php
+++ b/module/VuFindSearch/src/VuFindSearch/Backend/Solr/Response/Json/Record.php
@@ -33,7 +33,7 @@ use VuFindSearch\Response\RecordInterface;
 /**
  * Simple, schema-less SOLR record.
  *
- * This record primarily servers as an example or blueprint for a schema-less
+ * This record primarily serves as an example or blueprint for a schema-less
  * record. All SOLR fields are exposed via object properties.
  *
  * @category VuFind2
-- 
GitLab