Skip to content

Commit 3a69d20

Browse files
authored
Fix several English typos (most of them found by codespell) (vufind-org#4579)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
1 parent 7b83ace commit 3a69d20

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

config/vufind/config.ini

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
19151915
nl = "Dutch"
19161916
;nl-be = "Flemish Dutch"
19171917
pt = "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;
19181921
pt-br = "Brazilian Portugese"
1922+
;pt-br = "Brazilian Portuguese"
19191923
zh-cn = "Simplified Chinese"
19201924
zh = "Chinese"
19211925
tr = "Turkish"

module/VuFind/src/VuFind/Auth/AlmaDatabase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
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

module/VuFind/src/VuFind/Auth/OpenIDConnect.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)