gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 195/254: CURLOPT_SSH_KEY*.3: typos


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 195/254: CURLOPT_SSH_KEY*.3: typos
Date: Sat, 17 Jun 2017 16:53:47 +0200

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.54.1
in repository gnurl.

commit aae4a4788a4949d85069c5959c860969dc614be7
Author: Daniel Stenberg <address@hidden>
AuthorDate: Wed May 31 13:52:03 2017 +0200

    CURLOPT_SSH_KEY*.3: typos
    
    Reported-by: Gisle Vanem
---
 docs/libcurl/opts/CURLOPT_SSH_KEYDATA.3     | 2 +-
 docs/libcurl/opts/CURLOPT_SSH_KEYFUNCTION.3 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/libcurl/opts/CURLOPT_SSH_KEYDATA.3 
b/docs/libcurl/opts/CURLOPT_SSH_KEYDATA.3
index 5503f40b2..aace0ffd5 100644
--- a/docs/libcurl/opts/CURLOPT_SSH_KEYDATA.3
+++ b/docs/libcurl/opts/CURLOPT_SSH_KEYDATA.3
@@ -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,
diff --git a/docs/libcurl/opts/CURLOPT_SSH_KEYFUNCTION.3 
b/docs/libcurl/opts/CURLOPT_SSH_KEYFUNCTION.3
index eb316b7c6..dc025d6ee 100644
--- a/docs/libcurl/opts/CURLOPT_SSH_KEYFUNCTION.3
+++ b/docs/libcurl/opts/CURLOPT_SSH_KEYFUNCTION.3
@@ -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,

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]