From c4b41a6073e377fe2f6103438d58c9e87f7fd8cd Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Tue, 24 Oct 2017 10:14:03 -0400
Subject: [PATCH] Fixed typo in config file.

---
 config/vufind/SierraRest.ini | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/vufind/SierraRest.ini b/config/vufind/SierraRest.ini
index cd98c2e9f3b..74463f14f68 100644
--- a/config/vufind/SierraRest.ini
+++ b/config/vufind/SierraRest.ini
@@ -82,6 +82,6 @@ title_hold_bib_levels = a:b:m:d
 ;maxLength = 4
 ; See the password_pattern/password_hint settings in the [Authentication] section
 ; of config.ini for notes on these settings. When set here, these will override the
-; config.ini defaults when Voyager is used for authentication.
+; config.ini defaults when Sierra is used for authentication.
 ;pattern = "numeric"
 ;hint = "Your optional custom hint can go here."
-- 
GitLab