From bb14b6880c0ebffeae5b22b17e69a905a534ec8e Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Mon, 20 Jul 2020 15:19:05 -0400 Subject: [PATCH] Fix typos. --- config/vufind/permissions.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/vufind/permissions.ini b/config/vufind/permissions.ini index 26ea5d073ed..c554f9deb0a 100644 --- a/config/vufind/permissions.ini +++ b/config/vufind/permissions.ini @@ -18,8 +18,8 @@ ; The values associated with these keys will be passed along to the services. ; You can define your own permission providers, or use some of the following: ; -; ipRange - Grant the permission to the single IP adresse or to the range. -; Accepts a single IP adresse or a range with a minus character without +; ipRange - Grant the permission to the single IP address or to the range. +; Accepts a single IP address or a range with a minus character without ; blanks as separator. Also partial addresses can be used (e.g. 192.168 ; denotes 192.168.0.0-192.168.255.255) and IPv6 addresses are also ; supported (unless PHP is compiled with IPv6 disabled). -- GitLab