mirror of
https://github.com/curl/curl.git
synced 2026-07-24 20:17:17 +03:00
CURLOPT_SSH_KEY*.3: typos
Reported-by: Gisle Vanem
This commit is contained in:
parent
399a1a6182
commit
aae4a4788a
2 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ NULL
|
|||
SFTP and SCP
|
||||
.SH EXAMPLE
|
||||
.nf
|
||||
statoc int keycb(CURL *easy,
|
||||
static int keycb(CURL *easy,
|
||||
const struct curl_khkey *knownkey,
|
||||
const struct curl_khkey *foundkey,
|
||||
enum curl_khmatch,
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ NULL
|
|||
SFTP and SCP
|
||||
.SH EXAMPLE
|
||||
.nf
|
||||
statoc int keycb(CURL *easy,
|
||||
static int keycb(CURL *easy,
|
||||
const struct curl_khkey *knownkey,
|
||||
const struct curl_khkey *foundkey,
|
||||
enum curl_khmatch,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue