File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
module/VuFind/src/VuFind/Auth Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -295,7 +295,7 @@ session_name = VUFIND_SESSION
295295; - Virtua
296296; - Voyager (database access only; for Voyager 6+)
297297; - VoyagerRestful (for Voyager 7+ w/ RESTful web services)
298- ; - XCNCIP2 (for XC NCIP Tookit v2.x)
298+ ; - XCNCIP2 (for XC NCIP Toolkit v2.x)
299299;
300300; If you haven't set up your ILS yet, two fake drivers are available for testing
301301; purposes. "Sample" is fast but does very little; "Demo" simulates more
@@ -1442,7 +1442,7 @@ url = "https://api.booksite.com"
14421442; multi_resolver_mode = first
14431443
14441444; unpaywall_api_url = "https://api.unpaywall.org/v2"
1445- ; Unpaywall needs an email adress , see https://unpaywall.org/products/api
1445+ ; Unpaywall needs an email address , see https://unpaywall.org/products/api
14461446; unpaywall_email = "your@email.org"
14471447
14481448; The following settings control where ID-based links are displayed:
@@ -1915,7 +1915,11 @@ ja = "Japanese"
19151915nl = " Dutch"
19161916; nl-be = "Flemish Dutch"
19171917pt = " Portuguese"
1918+ ; The value is used as a key in native.ini, so it is never shown to the end user.
1919+ ; Fixing Portugese -> Portuguese will break customizations that have been made
1920+ ; using the legacy key;
19181921pt-br = " Brazilian Portugese"
1922+ ; pt-br = "Brazilian Portuguese"
19191923zh-cn = " Simplified Chinese"
19201924zh = " Chinese"
19211925tr = " Turkish"
Original file line number Diff line number Diff line change 3535
3636/**
3737 * Authentication class for Alma. The VuFind database and the Alma API are
38- * combined for authentication by this classe .
38+ * combined for authentication by this class .
3939 *
4040 * @category VuFind
4141 * @package Authentication
Original file line number Diff line number Diff line change @@ -518,7 +518,7 @@ protected function getAttributesMappings(): array
518518 }
519519
520520 /**
521- * Get attibute value from user info
521+ * Get attribute value from user info
522522 *
523523 * @param object $userInfo User info claim from OIDC server
524524 * @param string $attribute Attribute to get value for
You can’t perform that action at this time.
0 commit comments