English: use American spelling consistently

Authorization, Initialization, Organization etc.

Closes #8673
This commit is contained in:
Daniel Stenberg 2022-04-05 13:32:26 +02:00
parent b47bda5594
commit 4a8f6869db
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
23 changed files with 38 additions and 39 deletions

View file

@ -317,13 +317,13 @@ Name, Attributes, Scope, Filter and Extension for a LDAP search. Each field is
separated by a question mark and when that field is not required an empty
string with the question mark separator should be included.
Search for the DN as `My Organisation`:
Search for the DN as `My Organization`:
ldap://ldap.example.com/o=My%20Organisation
ldap://ldap.example.com/o=My%20Organization
the same search but will only return postalAddress attributes:
ldap://ldap.example.com/o=My%20Organisation?postalAddress
ldap://ldap.example.com/o=My%20Organization?postalAddress
Search for an empty DN and request information about the
`rootDomainNamingContext` attribute for an Active Directory server: