]> granicus.if.org Git - curl/commitdiff
CURLOPT_SSH_KEY*.3: typos
authorDaniel Stenberg <daniel@haxx.se>
Wed, 31 May 2017 11:52:03 +0000 (13:52 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 31 May 2017 11:52:03 +0000 (13:52 +0200)
Reported-by: Gisle Vanem
docs/libcurl/opts/CURLOPT_SSH_KEYDATA.3
docs/libcurl/opts/CURLOPT_SSH_KEYFUNCTION.3

index 5503f40b23a895704756c21c4c325706202b4138..aace0ffd57c79caff2a2d84ca01292f0b2428f8e 100644 (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,
index eb316b7c67096cf7549582cce34115e11f5324a3..dc025d6ee5401813cd4d21cf57bc90b2667cc895 100644 (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,