docs: change sub-domain to subdomain

https://en.wikipedia.org/wiki/Subdomain

Closes #11793
This commit is contained in:
John Bampton 2023-09-04 22:14:57 +10:00 committed by Daniel Stenberg
parent 519b1cf97b
commit 356567c649
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
7 changed files with 7 additions and 7 deletions

View file

@ -796,7 +796,7 @@ such place might be: [RFC 2255, The LDAP URL
Format](https://curl.se/rfc/rfc2255.txt)
To show you an example, this is how to get all people from an LDAP server that
has a certain sub-domain in their email address:
has a certain subdomain in their email address:
curl -B "ldap://ldap.frontec.se/o=frontec??sub?mail=*sth.frontec.se"