diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2020-12-12 09:59:10 -0800 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2020-12-12 09:59:28 -0800 |
commit | 2a264d494e006b8ca9f1bad0798893c7b52f3a98 (patch) | |
tree | 651ad0bcdc4aae982b1c2039d2d1a447ccdcb902 /docs/URL-SYNTAX.md | |
parent | c29db0303d52ee5db853a600cf3b6a2a5e4c042e (diff) | |
download | curl-2a264d494e006b8ca9f1bad0798893c7b52f3a98.tar.gz |
docs: Fix some typos
[skip ci]
Diffstat (limited to 'docs/URL-SYNTAX.md')
-rw-r--r-- | docs/URL-SYNTAX.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/URL-SYNTAX.md b/docs/URL-SYNTAX.md index 26622f071..a7cd5a68d 100644 --- a/docs/URL-SYNTAX.md +++ b/docs/URL-SYNTAX.md @@ -126,10 +126,10 @@ For example, this could look like: ## Scheme The scheme specifies the protocol to use. A curl build can support a few or -many different schemes. You can limit what schemes curl should acccept. +many different schemes. You can limit what schemes curl should accept. curl supports the following schemes on URLs specified to transfer. They are -matched case insensitvely: +matched case insensitively: `dict`, `file`, `ftp`, `ftps`, `gopher`, `http`, `https`, `imap`, `imaps`, `ldap`, `ldaps`, `mqtt`, `pop3`, `pop3s`, `rtmp`, `rtmpe`, `rtmps`, `rtmpt`, @@ -267,7 +267,7 @@ the same search but will only return postalAddress attributes: ldap://ldap.example.com/o=My%20Organisation?postalAddress -Seearch for an empty DN and request information about the +Search for an empty DN and request information about the `rootDomainNamingContext` attribute for an Active Directory server: ldap://ldap.example.com/?rootDomainNamingContext |