CURLOPT_SSH_KEY*.3: typos

Reported-by: Gisle Vanem
This commit is contained in:
Daniel Stenberg 2017-05-31 13:52:03 +02:00
parent 399a1a6182
commit aae4a4788a
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,